Skip to content

Commit 36b0cef

Browse files
authored
Merge pull request #152 from PrawiraGenestonlia/master
update tfjs-node version to 3.3.0 to prevent windows installation failing
2 parents cc976eb + bc49360 commit 36b0cef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

danfojs-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"types"
2222
],
2323
"dependencies": {
24-
"@tensorflow/tfjs": "3.2.0",
24+
"@tensorflow/tfjs": "3.3.0",
2525
"mathjs": "7.5.1",
2626
"table": "^5.4.6",
2727
"xlsx": "^0.16.7"
@@ -85,4 +85,4 @@
8585
]
8686
},
8787
"sideEffects": false
88-
}
88+
}

danfojs-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"types"
2222
],
2323
"dependencies": {
24-
"@tensorflow/tfjs-node": "3.2.0",
24+
"@tensorflow/tfjs-node": "3.3.0",
2525
"frictionless.js": "0.13.4",
2626
"mathjs": "7.5.1",
2727
"node-fetch": "^2.6.1",
@@ -79,4 +79,4 @@
7979
"text"
8080
]
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)