Skip to content

Commit

Permalink
Update dependencies to allow immanent Numpy v2.0 release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Apr 11, 2024
1 parent d37d630 commit 7036024
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 @@ -49,7 +49,7 @@ dependencies = [
"networkx>=3.3",
"numba>=0.59", # pandas[performance]; 0.59 required for Python 3.12
"numexpr>=2.8.0", # pandas[performance]
"numpy>=1.26,<2.0a0",
"numpy>=1.26",
"packaging>=23",
"pandas>=2.2",
"pandera>=0.18",
Expand Down

0 comments on commit 7036024

Please sign in to comment.