coreml/openvino: trigger pip

This commit is contained in:
Koushik Dutta
2024-04-23 13:35:45 -07:00
parent f662bd7de4
commit a8bfdb6610
4 changed files with 5 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/coreml",
"version": "0.1.47",
"version": "0.1.49",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/coreml",
"version": "0.1.47",
"version": "0.1.49",
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
}

View File

@@ -42,5 +42,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.47"
"version": "0.1.49"
}

View File

@@ -1,2 +1,3 @@
# 2024-04-23 - modify timestamp to force pip reinstall
coremltools==7.1
Pillow>=5.4.1

View File

@@ -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'