Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
# requirements.txt
|
2 |
-
|
3 |
-
# Frameworks and Models
|
4 |
fastapi
|
5 |
uvicorn[standard]
|
6 |
tensorflow
|
7 |
ultralytics
|
8 |
opencv-python-headless
|
9 |
Pillow
|
10 |
-
|
11 |
-
# Pin NumPy to a version compatible with TensorFlow
|
12 |
-
numpy<2.0
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
tensorflow
|
4 |
ultralytics
|
5 |
opencv-python-headless
|
6 |
Pillow
|
7 |
+
numpy<2.0
|
|
|
|