predict: update opencv dep, make required

This commit is contained in:
Koushik Dutta
2024-06-29 15:22:02 -07:00
parent 9a8034eb4c
commit 37c791f147
12 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

@@ -1 +0,0 @@
opencv-python==4.10.0.82

View File

@@ -1,4 +1,5 @@
# must ensure numpy is pinned to prevent dependencies with an unpinned numpy from pulling numpy>=2.0.
numpy==1.26.4
coremltools==7.1
coremltools==7.2
Pillow==10.3.0
opencv-python==4.10.0.84

View File

@@ -1,19 +1,19 @@
{
"name": "@scrypted/openvino",
"version": "0.1.103",
"name": "@scrypted/onnx",
"version": "0.1.104",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/openvino",
"version": "0.1.103",
"name": "@scrypted/onnx",
"version": "0.1.104",
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
}
},
"../../sdk": {
"name": "@scrypted/sdk",
"version": "0.3.29",
"version": "0.3.31",
"dev": true,
"license": "ISC",
"dependencies": {

View File

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

View File

@@ -1 +0,0 @@
opencv-python==4.10.0.82

View File

@@ -11,3 +11,4 @@ onnxruntime; 'linux' not in sys_platform or platform_machine != 'x86_64'
# ort-nightly-gpu==1.17.3.dev20240409002
Pillow==10.3.0
opencv-python==4.10.0.84

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/openvino",
"version": "0.1.105",
"version": "0.1.107",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/openvino",
"version": "0.1.105",
"version": "0.1.107",
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
}

View File

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

View File

@@ -1 +0,0 @@
opencv-python==4.10.0.82

View File

@@ -1,4 +1,5 @@
# must ensure numpy is pinned to prevent dependencies with an unpinned numpy from pulling numpy>=2.0.
numpy==1.26.4
openvino==2024.1.0
openvino==2024.2.0
Pillow==10.3.0
opencv-python==4.10.0.84