Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
# Core dependencies for Landslide Detection Project
|
| 2 |
-
streamlit
|
| 3 |
-
torch
|
| 4 |
-
torchvision
|
| 5 |
-
numpy
|
| 6 |
-
matplotlib
|
| 7 |
-
h5py
|
| 8 |
-
PyYAML
|
| 9 |
requests==2.31.0
|
| 10 |
tqdm==4.66.1
|
| 11 |
|
|
|
|
| 1 |
# Core dependencies for Landslide Detection Project
|
| 2 |
+
streamlit>=1.28.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
torchvision>=0.15.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
matplotlib>=3.7.0
|
| 7 |
+
h5py>=3.8.0
|
| 8 |
+
PyYAML>=6.0
|
| 9 |
requests==2.31.0
|
| 10 |
tqdm==4.66.1
|
| 11 |
|