From f641a4f76f6006268351df88bf48b16a6e5eed9b Mon Sep 17 00:00:00 2001 From: Delhi Babu Pokuri Date: Tue, 16 Apr 2024 22:31:38 +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 29febd190c..c7f64d6703 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.17.0", - "@tensorflow/tfjs-converter": "^4.17.0", - "@tensorflow/tfjs-core": "^4.17.0", + "@tensorflow/tfjs-backend-webgl": "^4.18.0-rc.0", + "@tensorflow/tfjs-converter": "^4.18.0-rc.0", + "@tensorflow/tfjs-core": "^4.18.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.17.0", - "@tensorflow/tfjs-backend-webgl": "^4.17.0", - "@tensorflow/tfjs-converter": "^4.17.0", - "@tensorflow/tfjs-core": "^4.17.0", + "@tensorflow/tfjs-backend-cpu": "^4.18.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.18.0-rc.0", + "@tensorflow/tfjs-converter": "^4.18.0-rc.0", + "@tensorflow/tfjs-core": "^4.18.0-rc.0", "@tensorflow-models/body-segmentation": "^1.0.0", "@types/jasmine": "~2.8.8", "babel-core": "~6.26.0",