Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Upgrade DuckDB to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGM committed Sep 14, 2022
1 parent f665566 commit 1fe4aa6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 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 @@ -17,7 +17,7 @@ polars = ">=0.14.0"
# Required for typing.Literal in python3.7
typing-extensions = "*"
pandas = {version = "*", optional = true, python = "^3.8"}
duckdb = {version = ">=0.4.1.dev2407", optional = true, python = "^3.8", allow-prereleases = true}
duckdb = {version = ">=0.5.0", optional = true, python = "^3.8"}
pyarrow = {version = ">=5.0.0", optional = true, python = "^3.8"}
importlib-metadata = {version = "*", python = "<3.8"}
# Optional docs dependencies
Expand Down

0 comments on commit 1fe4aa6

Please sign in to comment.