Skip to content

Commit

Permalink
coreml: lock numpy, new 2.0 breaks stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik Dutta authored and Koushik Dutta committed Jun 16, 2024
1 parent 528885d commit 14a9f95
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -42,5 +42,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.62"
"version": "0.1.63"
}
2 changes: 1 addition & 1 deletion plugins/coreml/src/requirements.optional.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
opencv-python==4.9.0.80
opencv-python==4.10.0.82
1 change: 1 addition & 0 deletions plugins/coreml/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpy==1.26.4
coremltools==7.1
Pillow==10.3.0

0 comments on commit 14a9f95

Please sign in to comment.