Skip to content

Commit a9eba38

Browse files
committed
upgrade gdal
1 parent d6fe29d commit a9eba38

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

admin/run_environment/constraints.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# ./admin/ops/python_compile_requirements.sh
2+
# admin/ops/python_compile_requirements.sh
33
affine==2.4.0
44
# via rasterio
55
agate==1.9.1
@@ -21,6 +21,8 @@ anyio==4.12.1
2121
# starlette
2222
anywidget==0.9.21
2323
# via leafmap
24+
appnope==0.1.4
25+
# via ipykernel
2426
asttokens==3.0.1
2527
# via stack-data
2628
attrs==25.4.0
@@ -210,7 +212,7 @@ folium==0.20.0
210212
# streamlit-folium
211213
fonttools==4.61.1
212214
# via matplotlib
213-
gdal==3.11.3
215+
gdal==3.12.3
214216
# via -r requirements.in
215217
gdown==5.2.1
216218
# via leafmap
@@ -257,8 +259,6 @@ graphviz==0.20.3
257259
# via
258260
# -r requirements.in
259261
# diagrams
260-
greenlet==3.3.1
261-
# via sqlalchemy
262262
griffe==1.15.0
263263
# via pydantic-ai-slim
264264
h11==0.16.0
@@ -397,8 +397,6 @@ librt==0.7.8
397397
# via mypy
398398
logfire-api==4.21.0
399399
# via pydantic-graph
400-
loro==1.10.3
401-
# via marimo
402400
lxml==6.0.2
403401
# via -r requirements.in
404402
mapclassify==2.10.0
@@ -961,8 +959,6 @@ uvicorn==0.40.0
961959
# via marimo
962960
virtualenv==20.36.1
963961
# via pre-commit
964-
watchdog==6.0.0
965-
# via streamlit
966962
wcwidth==0.5.3
967963
# via prompt-toolkit
968964
websockets==16.0

admin/run_environment/docker/base/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source config.sh
44
set -e
55

6-
gdal_version=3.11.3
6+
gdal_version=3.12.3
77
gdal_short_version="$(echo "$gdal_version" | tr -d ".")"
88
COMMON_APT_PACKAGES="curl zip unzip git wget ca-certificates lsb-release build-essential sudo postgresql-client libpq-dev jq locales pandoc weasyprint"
99

admin/run_environment/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ diagrams>=0.23.3
1111
duckdb
1212
faker
1313
folium
14-
GDAL==3.11.3
14+
GDAL==3.12.3
1515
geoalchemy2
1616
geopandas
1717
graphviz>=0.20.1

admin/run_environment/requirements.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# ./admin/ops/python_compile_requirements.sh
2+
# admin/ops/python_compile_requirements.sh
33
affine==2.4.0
44
# via rasterio
55
agate==1.9.1
@@ -21,6 +21,8 @@ anyio==4.12.1
2121
# starlette
2222
anywidget==0.9.21
2323
# via leafmap
24+
appnope==0.1.4
25+
# via ipykernel
2426
asttokens==3.0.1
2527
# via stack-data
2628
attrs==25.4.0
@@ -210,7 +212,7 @@ folium==0.20.0
210212
# streamlit-folium
211213
fonttools==4.61.1
212214
# via matplotlib
213-
gdal==3.11.3
215+
gdal==3.12.3
214216
# via -r requirements.in
215217
gdown==5.2.1
216218
# via leafmap
@@ -257,8 +259,6 @@ graphviz==0.20.3
257259
# via
258260
# -r requirements.in
259261
# diagrams
260-
greenlet==3.3.1
261-
# via sqlalchemy
262262
griffe==1.15.0
263263
# via pydantic-ai-slim
264264
h11==0.16.0
@@ -397,8 +397,6 @@ librt==0.7.8
397397
# via mypy
398398
logfire-api==4.21.0
399399
# via pydantic-graph
400-
loro==1.10.3
401-
# via marimo
402400
lxml==6.0.2
403401
# via -r requirements.in
404402
mapclassify==2.10.0
@@ -961,8 +959,6 @@ uvicorn==0.40.0
961959
# via marimo
962960
virtualenv==20.36.1
963961
# via pre-commit
964-
watchdog==6.0.0
965-
# via streamlit
966962
wcwidth==0.5.3
967963
# via prompt-toolkit
968964
websockets==16.0

0 commit comments

Comments
 (0)