Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -24,10 +24,10 @@ matplotlib
|
|
24 |
msgpack==1.0.5
|
25 |
networkx==2.6.3
|
26 |
numpy
|
27 |
-
numba
|
28 |
oauthlib==3.2.2
|
29 |
-
mkl-service==2.4.0
|
30 |
-
opencv-contrib-python==4.11.0.86
|
31 |
opencv-python==4.11.0.86
|
32 |
Pillow==9.3.0
|
33 |
protobuf==3.20.3
|
@@ -49,4 +49,4 @@ Werkzeug==2.2.3
|
|
49 |
wget==3.2
|
50 |
yapf==0.43.0
|
51 |
zipp==3.15.0
|
52 |
-
gunicorn
|
|
|
24 |
msgpack==1.0.5
|
25 |
networkx==2.6.3
|
26 |
numpy
|
27 |
+
numba==0.48.0 # <--- Pin numba to a compatible version
|
28 |
oauthlib==3.2.2
|
29 |
+
mkl-service==2.4.0
|
30 |
+
opencv-contrib-python==4.11.0.86
|
31 |
opencv-python==4.11.0.86
|
32 |
Pillow==9.3.0
|
33 |
protobuf==3.20.3
|
|
|
49 |
wget==3.2
|
50 |
yapf==0.43.0
|
51 |
zipp==3.15.0
|
52 |
+
gunicorn
|