remove numba dependency

This commit is contained in:
Koushik Dutta
2023-01-15 10:02:31 -08:00
parent 212202eedf
commit 22bce96318
6 changed files with 5 additions and 7 deletions

View File

@@ -5,6 +5,5 @@ coremltools~=6.1
# sort_oh
scipy
numba
filterpy
numpy

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/tensorflow-lite",
"version": "0.0.84",
"version": "0.0.86",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/tensorflow-lite",
"version": "0.0.84",
"version": "0.0.86",
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
}

View File

@@ -44,5 +44,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.0.84"
"version": "0.0.86"
}

View File

@@ -9,5 +9,4 @@ tflite-runtime==2.5.0.post1
# sort_oh
scipy
numba
filterpy