Skip to content

Commit

Permalink
remove premature numpy 2.0 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Feb 8, 2024
1 parent 3ff4732 commit 9d80fd5
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.8,<4"
dependencies = [
"cloudpickle >= 1.5.0",
"holidays >= 0.17",
"numpy >= 1.21.0, <2.0.0",
"numpy >= 1.21.0,
"packaging >= 20.0",
"pandas >= 1.5.0,<2.2.0",
"psutil >= 5.6.6",
Expand Down

0 comments on commit 9d80fd5

Please sign in to comment.