coreml: remove ocr on intel

This commit is contained in:
Koushik Dutta
2024-07-28 22:24:44 -07:00
parent f7dbff4753
commit 7c94ed9b50
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -4,5 +4,5 @@ coremltools==7.2
Pillow==10.3.0
# opencv-python requires macos 12 after version 4.10.
# seems to be problematic and requires a build though, so skip it.
opencv-python==4.10.0.84; platform_machine != 'x86_64'
opencv-python==4.9.0.80; platform_machine == 'x86_64'