Skip to content

Commit f0d12c9

Browse files
authored
[pose-detection]Update pose detection to 0.0.4 (#761)
1 parent f9ccbbd commit f0d12c9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

pose-detection/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow-models/pose-detection",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Pretrained pose detection model",
55
"main": "dist/index.js",
66
"jsnext:main": "dist/pose-detection.esm.js",
@@ -14,22 +14,22 @@
1414
},
1515
"peerDependencies": {
1616
"@mediapipe/pose": "~0.3.0",
17-
"@tensorflow/tfjs-converter": "^3.6.0",
18-
"@tensorflow/tfjs-core": "^3.6.0",
19-
"@tensorflow/tfjs-backend-webgl": "^3.6.0",
20-
"@tensorflow/tfjs-backend-wasm": "^3.6.0"
17+
"@tensorflow/tfjs-converter": "^3.8.0",
18+
"@tensorflow/tfjs-core": "^3.8.0",
19+
"@tensorflow/tfjs-backend-webgl": "^3.8.0",
20+
"@tensorflow/tfjs-backend-wasm": "^3.8.0"
2121
},
2222
"devDependencies": {
2323
"@babel/polyfill": "^7.10.4",
2424
"@mediapipe/pose": "~0.3.0",
2525
"@rollup/plugin-commonjs": "^11.0.2",
2626
"@rollup/plugin-node-resolve": "^7.1.1",
2727
"@rollup/plugin-typescript": "^3.0.0",
28-
"@tensorflow/tfjs-backend-cpu": "^3.6.0",
29-
"@tensorflow/tfjs-backend-wasm": "^3.6.0",
30-
"@tensorflow/tfjs-backend-webgl": "^3.6.0",
31-
"@tensorflow/tfjs-converter": "^3.6.0",
32-
"@tensorflow/tfjs-core": "^3.6.0",
28+
"@tensorflow/tfjs-backend-cpu": "^3.8.0",
29+
"@tensorflow/tfjs-backend-wasm": "^3.8.0",
30+
"@tensorflow/tfjs-backend-webgl": "^3.8.0",
31+
"@tensorflow/tfjs-converter": "^3.8.0",
32+
"@tensorflow/tfjs-core": "^3.8.0",
3333
"@types/jasmine": "^3.4.0",
3434
"babel-core": "~6.26.0",
3535
"babel-plugin-transform-runtime": "~6.23.0",

pose-detection/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.0.3';
4+
const version = '0.0.4';
55
export {version};

0 commit comments

Comments
 (0)