Skip to content

Commit

Permalink
Try different versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 18, 2024
1 parent 2dc6f3b commit 8d80a38
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 @@ -68,7 +68,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.3.0", "narwhals"]
test-requires = ["pytest", "'pandas>=2.0.0'", "'polars<1.3.0'", "narwhals"]

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

0 comments on commit 8d80a38

Please sign in to comment.