Skip to content

Commit 73ec959

Browse files
authored
chore: Add duckdb 1.4.0 to base image (#98)
* chore: Add duckdb 1.4.0 to base image https://github.com/duckdb/duckdb-python * fix: Set duckdb version to 1.3 1.4 hasn't reached conda yet. * chore: Set max version for duckdb to 1.4 This will be the LTS version, best to use that one once it hits Anaconda.
1 parent 55f411b commit 73ec959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN mamba install --yes -c conda-forge -c blsqtech \
5858
'gcsfs>=2025,<2026' \
5959
'papermill>=2.6,<2.7' \
6060
'psycopg2-binary=2.*' \
61+
'duckdb>=1.3,<1.5' \
6162
# Install openhexa-sdk & openhexa-toolbox from anaconda \
6263
'bioconda::epiweeks' \
6364
'openhexa.sdk=2.13.0' \

0 commit comments

Comments
 (0)