Skip to content

Commit

Permalink
Flexible pandas dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdz committed Nov 17, 2023
1 parent 15ed29d commit f528476
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 @@ generate-setup-file = true

[tool.poetry.dependencies]
python = "^3.10,<3.12"
pandas = "^1.5.2"
pandas = ">1.5,<3"
scipy = "^1.10.0"
pandas-stubs = "^2.0.0.230412"
mypy = "^1.3.0"
Expand Down

0 comments on commit f528476

Please sign in to comment.