Skip to content

Commit

Permalink
fix: Relax pandas dev version requirement
Browse files Browse the repository at this point in the history
Only Pandas version 2 or higher has Python 3.12 wheels.
  • Loading branch information
riddell-stan committed Apr 12, 2024
1 parent 00d694a commit c306836
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 @@ -33,7 +33,7 @@ setuptools = "*"
[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest-asyncio = "^0.18.3"
pandas = "^1.0"
pandas = ">=1.0,<3"
black = "22.6.0"
isort = "^5.9"
mypy = "0.982"
Expand Down

0 comments on commit c306836

Please sign in to comment.