Skip to content

Commit

Permalink
predict: use locked pillow version
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jun 6, 2024
1 parent f9a744c commit 8499843
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 27 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.59"
"version": "0.1.60"
}
2 changes: 1 addition & 1 deletion plugins/coreml/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coremltools==7.1
Pillow>=5.4.1
Pillow==10.3.0
4 changes: 2 additions & 2 deletions plugins/onnx/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/onnx/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.97"
"version": "0.1.98"
}
5 changes: 1 addition & 4 deletions plugins/onnx/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ onnxruntime; 'linux' not in sys_platform or platform_machine != 'x86_64'
# nightly?
# ort-nightly-gpu==1.17.3.dev20240409002

# pillow-simd is available on x64 linux
# pillow-simd confirmed not building with arm64 linux or apple silicon
Pillow>=5.4.1; 'linux' not in sys_platform or platform_machine != 'x86_64'
pillow-simd; 'linux' in sys_platform and platform_machine == 'x86_64'
Pillow==10.3.0
4 changes: 2 additions & 2 deletions plugins/openvino/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/openvino/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.98"
"version": "0.1.99"
}
6 changes: 1 addition & 5 deletions plugins/openvino/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
openvino==2024.1.0

# pillow-simd is available on x64 linux
# pillow-simd confirmed not building with arm64 linux or apple silicon
Pillow>=5.4.1; 'linux' not in sys_platform or platform_machine != 'x86_64'
pillow-simd; 'linux' in sys_platform and platform_machine == 'x86_64'
Pillow==10.3.0
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.

2 changes: 1 addition & 1 deletion plugins/tensorflow-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.60"
"version": "0.1.61"
}
6 changes: 1 addition & 5 deletions plugins/tensorflow-lite/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
--extra-index-url https://google-coral.github.io/py-repo/
pycoral~=2.0
tflite-runtime==2.5.0.post1

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

0 comments on commit 8499843

Please sign in to comment.