David Vaillant commited on
Commit
3f096ca
·
1 Parent(s): 31f160f

Some versioning...

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.10
2
 
3
  WORKDIR /code
4
 
requirements.txt CHANGED
@@ -37,7 +37,7 @@ flask-restx==1.3.0
37
  folium==0.16.0
38
  fonttools==4.51.0
39
  fsspec==2024.3.1
40
- GDAL==3.8.5
41
  gdown==5.1.0
42
  geojson==3.1.0
43
  geopandas==0.14.4
 
37
  folium==0.16.0
38
  fonttools==4.51.0
39
  fsspec==2024.3.1
40
+ GDAL==3.6.2
41
  gdown==5.1.0
42
  geojson==3.1.0
43
  geopandas==0.14.4