Skip to content

Commit

Permalink
chore: allow pandas 2.0 and jupysql 0.7 (#167)
Browse files Browse the repository at this point in the history
I think it is not necessary to specify strict dependencies here.
  • Loading branch information
eitsupi authored Apr 7, 2023
1 parent 99316d0 commit 6042b3f
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 47 deletions.
138 changes: 93 additions & 45 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ python = "^3.8"

duckdb-engine = "^0.7"
ipython = "^8"
jupysql = "^0.6"
pandas = "^1"
jupysql = ">=0.6"
pandas = ">=1.5"
prql-python = "^0.7"
traitlets = "^5"

Expand Down

0 comments on commit 6042b3f

Please sign in to comment.