Spaces:
Runtime error
Runtime error
David Vaillant
commited on
Commit
·
3f096ca
1
Parent(s):
31f160f
Some versioning...
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 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.
|
| 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
|