Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -23,8 +23,8 @@ MarkupSafe==2.1.5
|
|
23 |
matplotlib
|
24 |
msgpack==1.0.5
|
25 |
networkx==2.6.3
|
26 |
-
numpy
|
27 |
-
numba==0.
|
28 |
oauthlib==3.2.2
|
29 |
mkl-service==2.4.0
|
30 |
opencv-contrib-python==4.11.0.86
|
|
|
23 |
matplotlib
|
24 |
msgpack==1.0.5
|
25 |
networkx==2.6.3
|
26 |
+
numpy==1.22.4 # <--- PIN NUMPY HERE
|
27 |
+
numba==0.56.4
|
28 |
oauthlib==3.2.2
|
29 |
mkl-service==2.4.0
|
30 |
opencv-contrib-python==4.11.0.86
|