dcrey7 commited on
Commit
3084cfc
·
verified ·
1 Parent(s): 28ce7f7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -8
requirements.txt CHANGED
@@ -1,11 +1,15 @@
1
- torch>=1.9.0
2
- torchvision>=0.10.0
3
- rasterio>=1.2.10
4
- gradio>=3.32.0
5
- matplotlib>=3.5.0
6
- numpy>=1.21.0
7
- Pillow>=9.0.0
8
  requests>=2.27.1
9
  opencv-python>=4.5.5
 
 
10
  segmentation-models-pytorch>=0.3.0
11
- albumentations>=1.1.0
 
 
 
 
 
1
+ gradio>=3.50.2
2
+ torch>=2.0.0
3
+ numpy>=1.22.0
4
+ matplotlib>=3.5.1
5
+ pillow>=9.0.0
 
 
6
  requests>=2.27.1
7
  opencv-python>=4.5.5
8
+ rasterio>=1.3.0
9
+ scikit-learn>=1.0.2
10
  segmentation-models-pytorch>=0.3.0
11
+ albumentations>=1.3.0
12
+ joblib>=1.2.0
13
+ lightgbm>=3.3.5
14
+ pandas>=1.5.0
15
+ shap>=0.41.0