cmande62 commited on
Commit
7aa0e00
·
verified ·
1 Parent(s): 3709395

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -13
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
- solara>=1.32.0
2
- duckdb>=1.0.0
3
- pandas>=2.0.0
4
- geopandas>=0.14.0
5
- leafmap>=0.36.0
6
- ipywidgets>=8.0.0
7
- shapely>=2.0.0
8
- pyproj>=3.6.0
9
- mapclassify>=2.5.0
10
- matplotlib>=3.8.0
11
- numpy>=1.26.0
12
- requests>=2.31.0
13
- earthengine-api>=0.1.370
 
 
 
1
+ solara==1.35.2
2
+ starlette==0.27.0
3
+ uvicorn==0.22.0
4
+ duckdb==1.1.0
5
+ pandas==2.2.0
6
+ geopandas==0.14.4
7
+ leafmap==0.36.0
8
+ ipywidgets==8.1.2
9
+ shapely==2.0.3
10
+ pyproj==3.6.1
11
+ mapclassify==2.5.0
12
+ matplotlib==3.8.3
13
+ numpy==1.26.4
14
+ requests==2.31.0
15
+ earthengine-api==0.1.370