Skip to content

Commit 0c12106

Browse files
Update TFJS version for models hand-pose-detection,handpose,knn-classifier and mobilenet (#1279)
* Update TFJS version for modes hand-pose-detection,handpose,knn-classifier and mobilenet * Update TFJS version for models hand-pose-detection,handpose,knn-classifier and mobilenet --------- Co-authored-by: Ping Yu <[email protected]>
1 parent 85cad51 commit 0c12106

File tree

7 files changed

+36
-36
lines changed

7 files changed

+36
-36
lines changed

hand-pose-detection/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
},
1515
"peerDependencies": {
1616
"@mediapipe/hands": "~0.4.0",
17-
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
18-
"@tensorflow/tfjs-converter": "^4.9.0",
19-
"@tensorflow/tfjs-core": "^4.9.0"
17+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
18+
"@tensorflow/tfjs-converter": "^4.13.0",
19+
"@tensorflow/tfjs-core": "^4.13.0"
2020
},
2121
"devDependencies": {
2222
"@babel/polyfill": "^7.10.4",
2323
"@mediapipe/hands": "^0.4.0",
2424
"@rollup/plugin-commonjs": "^11.0.2",
2525
"@rollup/plugin-node-resolve": "^7.1.1",
2626
"@rollup/plugin-typescript": "^3.0.0",
27-
"@tensorflow/tfjs-backend-cpu": "^4.9.0",
28-
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
29-
"@tensorflow/tfjs-converter": "^4.9.0",
30-
"@tensorflow/tfjs-core": "^4.9.0",
27+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
28+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
29+
"@tensorflow/tfjs-converter": "^4.13.0",
30+
"@tensorflow/tfjs-core": "^4.13.0",
3131
"@types/jasmine": "~2.8.8",
3232
"babel-core": "~6.26.0",
3333
"babel-plugin-transform-runtime": "~6.23.0",

handpose/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow-models/handpose": "file:../dist",
13-
"@tensorflow/tfjs-core": "^4.10.0",
14-
"@tensorflow/tfjs-converter": "^4.10.0",
15-
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
16-
"@tensorflow/tfjs-backend-wasm": "^4.10.0"
13+
"@tensorflow/tfjs-core": "^4.13.0",
14+
"@tensorflow/tfjs-converter": "^4.13.0",
15+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
16+
"@tensorflow/tfjs-backend-wasm": "^4.13.0"
1717
},
1818
"scripts": {
1919
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr ",

handpose/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
17-
"@tensorflow/tfjs-converter": "^4.10.0",
18-
"@tensorflow/tfjs-core": "^4.10.0"
16+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
17+
"@tensorflow/tfjs-converter": "^4.13.0",
18+
"@tensorflow/tfjs-core": "^4.13.0"
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^11.0.2",
2222
"@rollup/plugin-node-resolve": "^7.1.1",
2323
"@rollup/plugin-typescript": "^3.0.0",
24-
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
25-
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
26-
"@tensorflow/tfjs-converter": "^4.10.0",
27-
"@tensorflow/tfjs-core": "^4.10.0",
24+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
25+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
26+
"@tensorflow/tfjs-converter": "^4.13.0",
27+
"@tensorflow/tfjs-core": "^4.13.0",
2828
"@types/jasmine": "~2.8.8",
2929
"babel-core": "~6.26.0",
3030
"babel-plugin-transform-runtime": "~6.23.0",

knn-classifier/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@tensorflow-models/knn-classifier": "file:../dist",
1313
"@tensorflow-models/mobilenet": "2.1.0",
14-
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
15-
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
16-
"@tensorflow/tfjs-converter": "^4.10.0",
17-
"@tensorflow/tfjs-core": "^4.10.0",
18-
"@tensorflow/tfjs-layers": "^4.10.0",
14+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
15+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
16+
"@tensorflow/tfjs-converter": "^4.13.0",
17+
"@tensorflow/tfjs-core": "^4.13.0",
18+
"@tensorflow/tfjs-layers": "^4.13.0",
1919
"stats.js": "^0.17.0"
2020
},
2121
"scripts": {

knn-classifier/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
17-
"@tensorflow/tfjs-core": "^4.10.0"
16+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
17+
"@tensorflow/tfjs-core": "^4.13.0"
1818
},
1919
"devDependencies": {
2020
"@rollup/plugin-node-resolve": "^11.1.0",
2121
"@rollup/plugin-typescript": "3.1.1",
22-
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
23-
"@tensorflow/tfjs-core": "^4.10.0",
22+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
23+
"@tensorflow/tfjs-core": "^4.13.0",
2424
"@types/jasmine": "^3.6.3",
2525
"babel-core": "~6.26.0",
2626
"babel-plugin-transform-runtime": "~6.23.0",

mobilenet/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow-models/mobilenet": "file:../dist",
13-
"@tensorflow/tfjs-backend-cpu": "^3.3.0",
14-
"@tensorflow/tfjs-backend-webgl": "^3.3.0",
15-
"@tensorflow/tfjs-converter": "^3.3.0",
16-
"@tensorflow/tfjs-core": "^3.3.0"
13+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
14+
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
15+
"@tensorflow/tfjs-converter": "^4.13.0",
16+
"@tensorflow/tfjs-core": "^4.13.0"
1717
},
1818
"scripts": {
1919
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",

mobilenet/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-converter": "^4.9.0",
17-
"@tensorflow/tfjs-core": "^4.9.0"
16+
"@tensorflow/tfjs-converter": "^4.13.0",
17+
"@tensorflow/tfjs-core": "^4.13.0"
1818
},
1919
"devDependencies": {
20-
"@tensorflow/tfjs-backend-cpu": "^4.9.0",
21-
"@tensorflow/tfjs-converter": "^4.9.0",
22-
"@tensorflow/tfjs-core": "^4.9.0",
20+
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
21+
"@tensorflow/tfjs-converter": "^4.13.0",
22+
"@tensorflow/tfjs-core": "^4.13.0",
2323
"@types/jasmine": "~2.5.53",
2424
"@rollup/plugin-typescript": "^3.0.0",
2525
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)