Skip to content

Commit

Permalink
Update package.json to resolve tensorflow#8186
Browse files Browse the repository at this point in the history
Updated the version of the tfjs-core dependency in tfjs-automl to resolve the ReferenceError when run from within a web worker.
  • Loading branch information
PrafulB authored Apr 23, 2024
1 parent 68c4de6 commit 96a4ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfjs-automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^3.9.0",
"@tensorflow/tfjs-converter": "^3.9.0",
"@tensorflow/tfjs-core": "^3.9.0"
"@tensorflow/tfjs-core": "^4.18.0"
}
}

0 comments on commit 96a4ccc

Please sign in to comment.