coreml: remove python-codecs dependency, mac should use the desktop app.

This commit is contained in:
Koushik Dutta
2023-08-23 21:20:29 -07:00
parent f77ea922f2
commit e5a63dd992
2 changed files with 4 additions and 5 deletions

View File

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

View File

@@ -28,8 +28,7 @@
"scrypted": {
"name": "CoreML Object Detection",
"pluginDependencies": [
"@scrypted/objectdetector",
"@scrypted/python-codecs"
"@scrypted/objectdetector"
],
"runtime": "python",
"type": "API",
@@ -41,5 +40,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.24"
"version": "0.1.25"
}