Skip to content

Commit

Permalink
Testing against tfjs_4.13_0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmareddyp committed Nov 9, 2023
1 parent ad17ade commit 3aa1155
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions blazeface/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.10.0",
"@tensorflow/tfjs-core": "^4.10.0"
"@tensorflow/tfjs-converter": "^4.13.0",
"@tensorflow/tfjs-core": "^4.13.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.10.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0",
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
"@tensorflow/tfjs-converter": "^4.13.0",
"@tensorflow/tfjs-core": "^4.13.0",
"@types/jasmine": "~2.5.53",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
Expand Down
12 changes: 6 additions & 6 deletions body-pix/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-backend-webgl": "^4.10.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0"
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
"@tensorflow/tfjs-converter": "^4.13.0",
"@tensorflow/tfjs-core": "^4.13.0"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0",
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
"@tensorflow/tfjs-converter": "^4.13.0",
"@tensorflow/tfjs-core": "^4.13.0",
"@types/jasmine": "^4.3.1",
"jasmine": "~4.5.0",
"jasmine-core": "~4.5.0",
Expand Down
16 changes: 8 additions & 8 deletions body-segmentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"peerDependencies": {
"@mediapipe/selfie_segmentation": "~0.1.0",
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@tensorflow/tfjs-core": "^4.9.0"
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
"@tensorflow/tfjs-converter": "^4.13.0",
"@tensorflow/tfjs-core": "^4.13.0"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@mediapipe/selfie_segmentation": "^0.1.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.9.0",
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@tensorflow/tfjs-backend-webgpu": "4.9.0",
"@tensorflow/tfjs-core": "^4.9.0",
"@tensorflow/tfjs-backend-cpu": "^4.13.0",
"@tensorflow/tfjs-backend-webgl": "^4.13.0",
"@tensorflow/tfjs-converter": "^4.13.0",
"@tensorflow/tfjs-backend-webgpu": "4.13.0",
"@tensorflow/tfjs-core": "^4.13.0",
"@types/jasmine": "~3.4.0",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down

0 comments on commit 3aa1155

Please sign in to comment.