Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
fastapi==0.68.2
|
| 2 |
uvicorn==0.15.0
|
| 3 |
opencv-python==4.5.5.62
|
| 4 |
-
numpy
|
| 5 |
tensorflow==2.6.0
|
|
|
|
| 1 |
fastapi==0.68.2
|
| 2 |
uvicorn==0.15.0
|
| 3 |
opencv-python==4.5.5.62
|
| 4 |
+
numpy>=1.19.2,<1.22
|
| 5 |
tensorflow==2.6.0
|