Skip to content

Commit

Permalink
Weakened numpy requirements (fixes #866).
Browse files Browse the repository at this point in the history
  • Loading branch information
Emery Berger committed Oct 1, 2024
1 parent 1ba19f7 commit 67135ce
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 @@ -39,7 +39,7 @@ dependencies = [
"nvidia-ml-py>=12.555.43; platform_system !='Darwin'",
"Jinja2>=3.0.3",
"psutil>=5.9.2",
"numpy>=1.24.0,<1.27",
"numpy>=1.24.0,!=1.27",
"astunparse>=1.6.3; python_version < '3.9'",
"pydantic>=2.6",
]
Expand Down

0 comments on commit 67135ce

Please sign in to comment.