Skip to content

Commit

Permalink
coreml: revert tracker dependency removal
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 15, 2023
1 parent 4f03fe2 commit f1dfdb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/coreml/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/coreml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.0.25"
"version": "0.0.26"
}
5 changes: 5 additions & 0 deletions plugins/coreml/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ Pillow>=5.4.1
PyGObject>=3.30.4
coremltools~=6.1
av>=10.0.0; sys_platform != 'linux' or platform_machine == 'x86_64' or platform_machine == 'aarch64'

# sort_oh
scipy
filterpy
numpy

0 comments on commit f1dfdb3

Please sign in to comment.