Skip to content

Commit

Permalink
Update TFJS version for models posenet, handpose, knn-classifier and …
Browse files Browse the repository at this point in the history
…qna.
  • Loading branch information
dbcp1 committed Feb 2, 2024
1 parent 3a8b906 commit 687bb9d
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions handpose/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@tensorflow-models/handpose": "file:../dist",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-backend-wasm": "^4.16.0"
"@tensorflow/tfjs-core": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-backend-wasm": "^4.17.0"
},
"scripts": {
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr ",
Expand Down
14 changes: 7 additions & 7 deletions handpose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@types/jasmine": "~2.8.8",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
10 changes: 5 additions & 5 deletions knn-classifier/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@tensorflow-models/knn-classifier": "file:../dist",
"@tensorflow-models/mobilenet": "2.1.0",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-layers": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@tensorflow/tfjs-layers": "^4.17.0",
"stats.js": "^0.17.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions knn-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-typescript": "3.1.1",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@types/jasmine": "^3.6.3",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
6 changes: 3 additions & 3 deletions posenet/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@tensorflow-models/posenet": "file:../dist",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"stats.js": "^0.17.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions posenet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"devDependencies": {
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@types/jasmine": "~3.3.15",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down
8 changes: 4 additions & 4 deletions qna/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.7.6",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-converter": "4.16.0",
"@tensorflow/tfjs-core": "4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"@tensorflow/tfjs-converter": "4.17.0",
"@tensorflow/tfjs-core": "4.17.0",
"babel-preset-env": "^1.7.0",
"clang-format": "~1.5.0",
"cross-env": "^7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions qna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0"
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-typescript": "3.1.1",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.17.0",
"@tensorflow/tfjs-converter": "^4.17.0",
"@tensorflow/tfjs-core": "^4.17.0",
"@types/jasmine": "^3.6.3",
"babel-core": "~6.26.3",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down

0 comments on commit 687bb9d

Please sign in to comment.