We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5672032 commit 5f4fec4Copy full SHA for 5f4fec4
Dockerfile
@@ -1,6 +1,6 @@
1
# Note that this ENV is the name of an argument/variable, not the Dockerfile ENV command
2
ARG ENV
3
-ARG PYTHON_VERSION="3.12"
+ARG PYTHON_VERSION="3.11"
4
ARG USR_LOCAL_BIN=/usr/local/bin
5
ARG UV_VERSION="0.9.22"
6
ARG VENV_DIR=/app/.venv
pyproject.toml
@@ -2,7 +2,7 @@
name = "gfw-tile-cache"
version = "0.1.0"
description = "Add your description here"
-requires-python = "~=3.12.0"
+requires-python = "~=3.11.0"
dependencies = [
7
"aenum<3.0",
8
"aioboto3",
@@ -28,7 +28,7 @@ dependencies = [
28
"pydantic",
29
"pydantic-settings",
30
"pyproj",
31
- "rasterio==1.5.0",
+ "rasterio==1.4.4",
32
"shapely",
33
"sqlalchemy<1.4",
34
"starlette",
0 commit comments