Skip to content

Commit

Permalink
build: relax pandas dep
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed May 3, 2023
1 parent ef3993c commit 42df0a0
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 @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10"
pywin32 = { version = "*", markers = "platform_system == 'Windows'"}
pandas = "^1.5"
pandas = "*"

[tool.poetry.dev-dependencies]
pytest = "^7"
Expand Down

0 comments on commit 42df0a0

Please sign in to comment.