|
1 | 1 | {
|
2 | 2 | "name": "@tensorflow-models/pose-detection",
|
3 |
| - "version": "0.0.3", |
| 3 | + "version": "0.0.4", |
4 | 4 | "description": "Pretrained pose detection model",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "jsnext:main": "dist/pose-detection.esm.js",
|
|
14 | 14 | },
|
15 | 15 | "peerDependencies": {
|
16 | 16 | "@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" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 | 23 | "@babel/polyfill": "^7.10.4",
|
24 | 24 | "@mediapipe/pose": "~0.3.0",
|
25 | 25 | "@rollup/plugin-commonjs": "^11.0.2",
|
26 | 26 | "@rollup/plugin-node-resolve": "^7.1.1",
|
27 | 27 | "@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", |
33 | 33 | "@types/jasmine": "^3.4.0",
|
34 | 34 | "babel-core": "~6.26.0",
|
35 | 35 | "babel-plugin-transform-runtime": "~6.23.0",
|
|
0 commit comments