From e857d35c8ba9b519b5eb1673c2365e6fe7503980 Mon Sep 17 00:00:00 2001 From: Delhi Babu Pokuri Date: Wed, 15 Jan 2025 18:20:07 +0000 Subject: [PATCH] Update package versions --- depth-estimation/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/depth-estimation/package.json b/depth-estimation/package.json index a295742ccb..147ef96964 100644 --- a/depth-estimation/package.json +++ b/depth-estimation/package.json @@ -13,9 +13,9 @@ "url": "https://github.com/tensorflow/tfjs-models.git" }, "peerDependencies": { - "@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", "@tensorflow-models/body-segmentation": "^1.0.1" }, "devDependencies": { @@ -24,10 +24,10 @@ "@rollup/plugin-commonjs": "^21.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-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-core": "^4.23.0-rc.0", "@tensorflow-models/body-segmentation": "^1.0.0", "@types/jasmine": "~2.8.8", "babel-core": "~6.26.0",