Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions admin/run_environment/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# ./admin/ops/python_compile_requirements.sh
# admin/ops/python_compile_requirements.sh
affine==2.4.0
# via rasterio
agate==1.9.1
Expand All @@ -21,6 +21,8 @@ anyio==4.12.1
# starlette
anywidget==0.9.21
# via leafmap
appnope==0.1.4
# via ipykernel
asttokens==3.0.1
# via stack-data
attrs==25.4.0
Expand Down Expand Up @@ -210,7 +212,7 @@ folium==0.20.0
# streamlit-folium
fonttools==4.61.1
# via matplotlib
gdal==3.11.3
gdal==3.12.3
# via -r requirements.in
gdown==5.2.1
# via leafmap
Expand Down Expand Up @@ -257,8 +259,6 @@ graphviz==0.20.3
# via
# -r requirements.in
# diagrams
greenlet==3.3.1
# via sqlalchemy
griffe==1.15.0
# via pydantic-ai-slim
h11==0.16.0
Expand Down Expand Up @@ -397,8 +397,6 @@ librt==0.7.8
# via mypy
logfire-api==4.21.0
# via pydantic-graph
loro==1.10.3
# via marimo
lxml==6.0.2
# via -r requirements.in
mapclassify==2.10.0
Expand Down Expand Up @@ -961,8 +959,6 @@ uvicorn==0.40.0
# via marimo
virtualenv==20.36.1
# via pre-commit
watchdog==6.0.0
# via streamlit
wcwidth==0.5.3
# via prompt-toolkit
websockets==16.0
Expand Down
2 changes: 1 addition & 1 deletion admin/run_environment/docker/base/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source config.sh
set -e

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

Expand Down
2 changes: 1 addition & 1 deletion admin/run_environment/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diagrams>=0.23.3
duckdb
faker
folium
GDAL==3.11.3
GDAL==3.12.3
geoalchemy2
geopandas
graphviz>=0.20.1
Expand Down
12 changes: 4 additions & 8 deletions admin/run_environment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# ./admin/ops/python_compile_requirements.sh
# admin/ops/python_compile_requirements.sh
affine==2.4.0
# via rasterio
agate==1.9.1
Expand All @@ -21,6 +21,8 @@ anyio==4.12.1
# starlette
anywidget==0.9.21
# via leafmap
appnope==0.1.4
# via ipykernel
asttokens==3.0.1
# via stack-data
attrs==25.4.0
Expand Down Expand Up @@ -210,7 +212,7 @@ folium==0.20.0
# streamlit-folium
fonttools==4.61.1
# via matplotlib
gdal==3.11.3
gdal==3.12.3
# via -r requirements.in
gdown==5.2.1
# via leafmap
Expand Down Expand Up @@ -257,8 +259,6 @@ graphviz==0.20.3
# via
# -r requirements.in
# diagrams
greenlet==3.3.1
# via sqlalchemy
griffe==1.15.0
# via pydantic-ai-slim
h11==0.16.0
Expand Down Expand Up @@ -397,8 +397,6 @@ librt==0.7.8
# via mypy
logfire-api==4.21.0
# via pydantic-graph
loro==1.10.3
# via marimo
lxml==6.0.2
# via -r requirements.in
mapclassify==2.10.0
Expand Down Expand Up @@ -961,8 +959,6 @@ uvicorn==0.40.0
# via marimo
virtualenv==20.36.1
# via pre-commit
watchdog==6.0.0
# via streamlit
wcwidth==0.5.3
# via prompt-toolkit
websockets==16.0
Expand Down
Loading