Skip to content

Commit 67135ce

Browse files
author
Emery Berger
committed
Weakened numpy requirements (fixes #866).
1 parent 1ba19f7 commit 67135ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"nvidia-ml-py>=12.555.43; platform_system !='Darwin'",
4040
"Jinja2>=3.0.3",
4141
"psutil>=5.9.2",
42-
"numpy>=1.24.0,<1.27",
42+
"numpy>=1.24.0,!=1.27",
4343
"astunparse>=1.6.3; python_version < '3.9'",
4444
"pydantic>=2.6",
4545
]

0 commit comments

Comments
 (0)