Skip to content

Commit

Permalink
limit numpy version less then 2 (#3)
Browse files Browse the repository at this point in the history
(cherry picked from commit e041c21)
  • Loading branch information
dnikolaev-amd authored Jul 10, 2024
1 parent c1ce9c9 commit c5e28d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def write_version_file():
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")

requirements = [
"numpy",
"numpy<2",
"requests",
pytorch_dep,
]
Expand Down

0 comments on commit c5e28d6

Please sign in to comment.