From 5a14936861ff60de4e5f6a084416609002e7b2a5 Mon Sep 17 00:00:00 2001 From: Delhi Babu Pokuri Date: Wed, 15 Jan 2025 18:19:02 +0000 Subject: [PATCH] Update package versions --- body-segmentation/demos/live_video/package.json | 6 +++--- body-segmentation/package.json | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/body-segmentation/demos/live_video/package.json b/body-segmentation/demos/live_video/package.json index 3e919e8186..a5ac899a99 100644 --- a/body-segmentation/demos/live_video/package.json +++ b/body-segmentation/demos/live_video/package.json @@ -13,9 +13,9 @@ "@mediapipe/selfie_segmentation": "~0.1.0", "@tensorflow-models/body-segmentation": "file:../../dist", "@tensorflow-models/pose-detection": "file:../../../pose-detection/dist", - "@tensorflow/tfjs-backend-wasm": "^4.22.0", - "@tensorflow/tfjs-backend-webgl": "^4.22.0", - "@tensorflow/tfjs-converter": "^4.22.0", + "@tensorflow/tfjs-backend-wasm": "^4.23.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.23.0-rc.0", + "@tensorflow/tfjs-converter": "^4.23.0-rc.0", "scatter-gl": "0.0.8" }, "scripts": { diff --git a/body-segmentation/package.json b/body-segmentation/package.json index 4aa79f951e..fd81b0c1e0 100644 --- a/body-segmentation/package.json +++ b/body-segmentation/package.json @@ -14,9 +14,9 @@ }, "peerDependencies": { "@mediapipe/selfie_segmentation": "~0.1.0", - "@tensorflow/tfjs-backend-webgl": "^4.22.0", - "@tensorflow/tfjs-converter": "^4.22.0", - "@tensorflow/tfjs-core": "^4.22.0" + "@tensorflow/tfjs-backend-webgl": "^4.23.0-rc.0", + "@tensorflow/tfjs-converter": "^4.23.0-rc.0", + "@tensorflow/tfjs-core": "^4.23.0-rc.0" }, "devDependencies": { "@babel/polyfill": "^7.10.4", @@ -24,11 +24,11 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-backend-cpu": "^4.22.0", - "@tensorflow/tfjs-backend-webgl": "^4.22.0", - "@tensorflow/tfjs-converter": "^4.22.0", - "@tensorflow/tfjs-backend-webgpu": "^4.22.0", - "@tensorflow/tfjs-core": "^4.22.0", + "@tensorflow/tfjs-backend-cpu": "^4.23.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.23.0-rc.0", + "@tensorflow/tfjs-converter": "^4.23.0-rc.0", + "@tensorflow/tfjs-backend-webgpu": "^4.23.0-rc.0", + "@tensorflow/tfjs-core": "^4.23.0-rc.0", "@types/jasmine": "~3.4.0", "babel-core": "~6.26.0", "babel-plugin-transform-runtime": "~6.23.0",