mouadenna commited on
Commit
badea53
·
verified ·
1 Parent(s): 9723d01

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -14
requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- gradio
2
- torch
3
- numpy
4
- pillow
5
- rasterio
6
- tqdm
7
- albumentations
8
- segmentation-models-pytorch
9
- geopandas
10
- shapely
11
- stqdm
12
- leafmap
13
- xarray
14
- localtileserver
 
1
+ gradio==3.50.2
2
+ geopandas==0.13.2
3
+ leafmap==0.23.3
4
+ Pillow==10.0.0
5
+ rasterio==1.3.8
6
+ --find-links https://download.pytorch.org/whl/torch_stable.html
7
+ torch==2.0.1+cpu
8
+ albumentations==1.3.1
9
+ segmentation-models-pytorch==0.3.3
10
+ numpy==1.24.3
11
+ shapely==2.0.1
12
+ tqdm==4.65.0