Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
ultralytics
|
| 4 |
-
opencv-python-headless
|
| 5 |
-
numpy
|
| 6 |
-
python-multipart
|
| 7 |
-
huggingface_hub
|
| 8 |
torch==2.4.0
|
| 9 |
torchvision==0.19.0
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
ultralytics
|
| 4 |
+
opencv-contrib-python-headless
|
| 5 |
+
numpy
|
| 6 |
+
python-multipart
|
| 7 |
+
huggingface_hub
|
| 8 |
torch==2.4.0
|
| 9 |
torchvision==0.19.0
|