Skip to content

Commit 68ba7ec

Browse files
limit numpy version less than 2 (#2)
1 parent 593b6f9 commit 68ba7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def write_version_file():
5858
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
5959

6060
requirements = [
61-
"numpy",
61+
"numpy<2",
6262
pytorch_dep,
6363
]
6464

0 commit comments

Comments
 (0)