Skip to content

Commit

Permalink
set upper limit on duckdb version to avoid issues (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Mar 15, 2024
1 parent ce8b1cc commit b1cf641
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
84 changes: 42 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-backend = "poetry_dynamic_versioning.backend"
python = ">=3.8,<3.13"
pyarrow = ">=13.0.0"
cloudpathlib = {extras = ["all"], version = "^0.15.0"}
duckdb = ">=0.8.0"
duckdb = ">=0.8.0,<0.10.0"
parsl = ">=2023.9.25"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b1cf641

Please sign in to comment.