Skip to content

Commit

Permalink
Update package.json to use tfjs-core v4.9.0+
Browse files Browse the repository at this point in the history
tfjs v4.0+ solves issue tensorflow#6922 which caused it to not be usable in web workers. tfjs-automl still used v3.9.0 . This fork updates it to 4.9.0+ , same as in its devDependencies.
  • Loading branch information
PrafulB committed Feb 25, 2024
1 parent 818d672 commit 3b9fa49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tfjs-automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"yalc": "~1.0.0-pre.21"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^3.9.0",
"@tensorflow/tfjs-converter": "^3.9.0",
"@tensorflow/tfjs-core": "^3.9.0"
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@tensorflow/tfjs-core": "^4.9.0"
}
}

0 comments on commit 3b9fa49

Please sign in to comment.