harshinde commited on
Commit
80527c1
·
verified ·
1 Parent(s): 2caa8bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  # Core dependencies for Landslide Detection Project
2
- streamlit==1.28.0
3
- torch==1.9.0+cu111
4
- torchvision==0.10.0+cu111
5
- numpy==1.21.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
 
 
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