Skip to content

Commit 0468aa4

Browse files
committed
Pin libsqlite to 3.50.4
Match https://github.com/jupyterhub/repo2docker/blob/2025.12.0/repo2docker/buildpacks/conda/environment.py-3.10-linux-64.lock#L31, try to prevent other versions of sqlite/libsqlite from being pulled in.
1 parent 3526fc1 commit 0468aa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ dependencies:
1010
- jupyter-offlinenotebook=0.3.2
1111
# Optional dependencies
1212
- geopandas=1.1.2
13+
# Temporary pin libsqlite to workaround `undefined symbol: sqlite3_total_changes64`
14+
# https://github.com/GenericMappingTools/try-gmt/pull/63
15+
- libsqlite=3.50.4

0 commit comments

Comments
 (0)