Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
torchvision>=0.15.2
|
| 4 |
-
transformers>=4.35.0
|
| 5 |
-
Pillow>=10.1.0
|
| 6 |
-
numpy>=1.24.0
|
| 7 |
opencv-python-headless==4.8.1.78
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.0
|
| 2 |
+
ultralytics==8.0.196
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
plotly==5.17.0
|
| 6 |
+
pandas==2.1.3
|
| 7 |
+
Pillow==10.1.0
|
| 8 |
+
requests==2.31.0
|
| 9 |
+
scikit-learn==1.3.0
|
| 10 |
+
seaborn==0.12.2
|
| 11 |
+
matplotlib==3.7.2
|
| 12 |
+
torch==2.0.1
|
| 13 |
+
torchvision==0.15.2
|