Spaces:
Sleeping
Sleeping
DariusGiannoli commited on
Commit ·
986fe2c
1
Parent(s): 8ac50b6
fix: add plotly, torch, torchvision, timm, scikit-learn, joblib, Pillow to requirements
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,14 @@
|
|
| 1 |
streamlit
|
| 2 |
opencv-python-headless
|
| 3 |
-
ultralytics
|
| 4 |
-
pandas
|
| 5 |
numpy
|
|
|
|
|
|
|
| 6 |
tqdm
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
opencv-python-headless
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
+
pandas
|
| 5 |
+
scipy
|
| 6 |
tqdm
|
| 7 |
+
plotly
|
| 8 |
+
torch
|
| 9 |
+
torchvision
|
| 10 |
+
timm
|
| 11 |
+
scikit-learn
|
| 12 |
+
joblib
|
| 13 |
+
Pillow
|
| 14 |
+
ultralytics
|