Skip to content

Commit

Permalink
Merge pull request #802 from aeturrell/dependabot/pip/polars-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeturrell committed Aug 15, 2024
2 parents 1b3586b + c0fa5de commit 5867463
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -27,7 +27,7 @@ Pygments = "^2.10.0"
ipykernel = "^6.7.0"
numpy = ">=1.22.2,<3.0.0"
typeguard = "4.3.0"
polars = { version = ">=0.19,<1.5", optional = true }
polars = { version = ">=0.19,<1.6", optional = true }
pyarrow = { version = ">=13,<18", optional = true }

[tool.poetry.scripts]
Expand All @@ -48,7 +48,7 @@ matplotlib = "^3.7.1"
nbstripout = ">=0.6.1,<0.8.0"
toml = "^0.10.2"
typing-extensions = "^4.7.1"
polars = ">=0.19.2,<1.5.0"
polars = ">=0.19.2,<1.6.0"
pyarrow = ">=13,<18"
jupyter = "^1.0.0"
ruff = ">=0.4.1,<0.6.0"
Expand Down

0 comments on commit 5867463

Please sign in to comment.