Skip to content

Commit

Permalink
restrict numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Jun 17, 2024
1 parent 98dd069 commit 25225fb
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 @@ -32,7 +32,7 @@ requires-python = ">=3.9,<4"
dependencies = [
"cloudpickle >= 1.5.0",
"holidays >= 0.17",
"numpy >= 1.25.0",
"numpy >= 1.25.0, < 2.0.0",
"packaging >= 20.0",
"pandas >= 2.0.0",
"psutil >= 5.7.0",
Expand Down

0 comments on commit 25225fb

Please sign in to comment.