Skip to content

Commit

Permalink
deliberately reduce pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 1, 2023
1 parent 636bcbf commit c59b5c1
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 @@ requires-python = ">=3.8"
dependencies = [
"scipy",
"numpy",
"pandas>=2.0.0,<2.2.0",
"pandas==2.0.0",
"matplotlib>=3.6.1,<3.9.0",
]
classifiers = [
Expand Down

0 comments on commit c59b5c1

Please sign in to comment.