Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcp1 committed Jan 15, 2025
1 parent 18a7342 commit 43d7f17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions knn-classifier/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@tensorflow-models/knn-classifier": "file:../dist",
"@tensorflow-models/mobilenet": "2.1.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-layers": "^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/tfjs-layers": "^4.23.0-rc.0",
"stats.js": "^0.17.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions knn-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0"
"@tensorflow/tfjs-backend-cpu": "^4.23.0-rc.0",
"@tensorflow/tfjs-core": "^4.23.0-rc.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-typescript": "3.1.1",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@tensorflow/tfjs-backend-cpu": "^4.23.0-rc.0",
"@tensorflow/tfjs-core": "^4.23.0-rc.0",
"@types/jasmine": "^3.6.3",
"babel-core": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down

0 comments on commit 43d7f17

Please sign in to comment.