Commit 2894231
authored
Pin libsqlite=3.50.4 to workaround undefined symbol: sqlite3_total_changes64 error (#63)
* Activate try-gmt environment in setup-miniconda step
* Bump jupyterlab to 4.5.1, jupyter-offlinenotebook to 0.3.2, geopandas to 1.1.2
* Set use-mamba: true instead of conda-solver: libmamba
* install repo2docker into test environment only
No need to install from environment.yml twice, since repo2docker does a separate clean install.
* Install repo2docker using pip
instead of conda/mamba. Should pull in jupyter-repo2docker 2025.12.0 instead of 2025.8.0
* Pin jupyterlab to 4.4.9
Match version at https://github.com/jupyterhub/repo2docker/blob/2025.12.0/repo2docker/buildpacks/conda/environment.py-3.10-linux-64.lock#L175
* 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 5340d2b commit 2894231
2 files changed
+15
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
27 | 21 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
31 | 27 | | |
32 | 28 | | |
33 | | - | |
34 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments