Skip to content

Commit 4c0f639

Browse files
authored
Upgrade examples iris and iris-fitDataset to tfjs 2.6.0 (#367)
Manually tested the two examples to make sure they continue to work.
1 parent 58a827c commit 4c0f639

File tree

4 files changed

+1619
-1144
lines changed

4 files changed

+1619
-1144
lines changed

iris-fitDataset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"node": ">=8.9.0"
1010
},
1111
"dependencies": {
12-
"@tensorflow/tfjs": "2.0.0",
13-
"@tensorflow/tfjs-vis": "^1.1.0"
12+
"@tensorflow/tfjs": "^2.6.0",
13+
"@tensorflow/tfjs-vis": "^1.4.3"
1414
},
1515
"scripts": {
1616
"build": "cross-env NODE_ENV=production parcel build index.html --no-minify --public-url ./",

0 commit comments

Comments
 (0)