Skip to content

Commit

Permalink
Require pandas<3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Mar 6, 2024
1 parent c78329c commit ff92329
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 @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"matplotlib>=3.6.0",
"pandas>=2.1.0",
"pandas>=2.1.0,<3.0.0",
"mizani~=0.11.0",
"numpy>=1.23.0",
"scipy>=1.7.0",
Expand Down

0 comments on commit ff92329

Please sign in to comment.