Spaces:
Sleeping
Sleeping
benedetta commited on
Commit ·
d4b7634
1
Parent(s): 0a1fc1e
change requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
opencv-python
|
| 8 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.109.0
|
| 2 |
+
uvicorn[standard]==0.27.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
torchvision>=0.15.0
|
| 6 |
+
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git
|
| 7 |
+
#opencv-python>=4.8.0
|
| 8 |
+
opencv-python-headless>=4.8.0
|
| 9 |
+
pillow>=10.0.0
|
| 10 |
+
numpy>=1.24.0
|