Skip to content

Commit

Permalink
coreml/openvino: trigger pip
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Apr 23, 2024
1 parent f662bd7 commit a8bfdb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 @@ -42,5 +42,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.47"
"version": "0.1.49"
}
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 @@
# 2024-04-23 - modify timestamp to force pip reinstall
coremltools==7.1
Pillow>=5.4.1
2 changes: 1 addition & 1 deletion plugins/openvino/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 2024-04-23 - modify timestamp to force pip reinstall
openvino==2024.0.0

# pillow-simd is available on x64 linux
# pillow-simd confirmed not building with arm64 linux or apple silicon
Pillow>=5.4.1; sys_platform != 'linux' or platform_machine != 'x86_64'
pillow-simd; sys_platform == 'linux' and platform_machine == 'x86_64'

0 comments on commit a8bfdb6

Please sign in to comment.