Adarsh R Shenoy commited on
requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
streamlit
|
| 2 |
torch==2.8.0
|
| 3 |
timm==1.0.20
|
| 4 |
-
numpy=
|
| 5 |
opencv-python-headless
|
| 6 |
-
albumentations=
|
| 7 |
captum
|
| 8 |
scikit-learn
|
| 9 |
matplotlib
|
|
|
|
| 1 |
streamlit
|
| 2 |
torch==2.8.0
|
| 3 |
timm==1.0.20
|
| 4 |
+
numpy>=1.25.0
|
| 5 |
opencv-python-headless
|
| 6 |
+
albumentations>=1.4.0
|
| 7 |
captum
|
| 8 |
scikit-learn
|
| 9 |
matplotlib
|