Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzuxin authored Sep 30, 2024
1 parent b36da59 commit b64deb7
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 @@ -18,7 +18,7 @@ def get_install_requires() -> str:
"pyrallis==0.3.1",
"pyyaml~=6.0",
"tqdm",
"numpy>1.16.0", # https://github.com/numpy/numpy/issues/12793
"numpy~=1.17.0", # https://github.com/numpy/numpy/issues/12793
"tensorboard>=2.5.0",
"torch>=1.4.0",
"numba>=0.51.0",
Expand Down

0 comments on commit b64deb7

Please sign in to comment.