Skip to content

Commit

Permalink
tensorflow-lite: remove python codecs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 28, 2023
1 parent 9ef3478 commit e0386a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/tensorflow-lite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions plugins/tensorflow-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"scrypted": {
"name": "Tensorflow Lite Object Detection",
"pluginDependencies": [
"@scrypted/objectdetector",
"@scrypted/python-codecs"
"@scrypted/objectdetector"
],
"runtime": "python",
"pythonVersion": {
Expand All @@ -54,5 +53,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.44"
"version": "0.1.45"
}

0 comments on commit e0386a8

Please sign in to comment.