Skip to content

Commit

Permalink
Unpin numpy
Browse files Browse the repository at this point in the history
Numpy 2 works fine as long as pandas >2.2
  • Loading branch information
berland committed Aug 23, 2024
1 parent 4c66136 commit 24ea68b
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 @@ -38,7 +38,7 @@ dynamic = ["version"]

dependencies = [
"matplotlib",
"numpy<2",
"numpy",
"openpyxl",
"pandas",
"scipy",
Expand Down

0 comments on commit 24ea68b

Please sign in to comment.