Skip to content

Commit

Permalink
Change polars pin
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 16, 2024
1 parent 69c3aad commit f99d333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ build = "cp39-*64 cp310-*64 cp311-*64 cp312-*64"
skip = "*musllinux*"

test-command = "python -m pytest {project}/tests"
test-requires = ["pytest", "pandas>=2.0.0", "polars~=1.2.0", "narwhals", "numpy"]
test-requires = ["pytest", "pandas>=2.0.0", "polars<1.2.0", "narwhals", "numpy"]

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit f99d333

Please sign in to comment.