Spaces:
Sleeping
Sleeping
thegenerativegeneration
commited on
Commit
·
2453d35
1
Parent(s):
614215d
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -50,9 +50,8 @@ multidict==5.2.0
|
|
50 |
multiprocess==0.70.12.2
|
51 |
networkx==2.8
|
52 |
numba
|
53 |
-
nvidia-ml-py3==7.352.0
|
54 |
oauthlib==3.2.0
|
55 |
-
onnx
|
56 |
opencv-python==4.5.5.64
|
57 |
opt-einsum==3.3.0
|
58 |
packaging==21.3
|
@@ -78,9 +77,9 @@ requests==2.27.1
|
|
78 |
requests-oauthlib==1.3.1
|
79 |
requests-toolbelt==0.9.1
|
80 |
rsa==4.8
|
81 |
-
scikit-image
|
82 |
-
scikit-learn
|
83 |
-
scipy
|
84 |
six==1.16.0
|
85 |
tabulate==0.8.9
|
86 |
threadpoolctl==3.1.0
|
|
|
50 |
multiprocess==0.70.12.2
|
51 |
networkx==2.8
|
52 |
numba
|
|
|
53 |
oauthlib==3.2.0
|
54 |
+
onnx>=1.11.0
|
55 |
opencv-python==4.5.5.64
|
56 |
opt-einsum==3.3.0
|
57 |
packaging==21.3
|
|
|
77 |
requests-oauthlib==1.3.1
|
78 |
requests-toolbelt==0.9.1
|
79 |
rsa==4.8
|
80 |
+
scikit-image
|
81 |
+
scikit-learn
|
82 |
+
scipy
|
83 |
six==1.16.0
|
84 |
tabulate==0.8.9
|
85 |
threadpoolctl==3.1.0
|