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 b64deb7 commit e056fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def get_install_requires() -> str:
"pyrallis==0.3.1",
"pyyaml~=6.0",
"tqdm",
"numpy~=1.17.0", # https://github.com/numpy/numpy/issues/12793
"numpy>1.16.0", # https://github.com/numpy/numpy/issues/12793
"tensorboard>=2.5.0",
"torch>=1.4.0",
"numba>=0.51.0",
"wandb~=0.14.0",
"wandb>0.14.0",
"h5py>=2.10.0", # to match tensorflow's minimal requirements
"protobuf~=3.19.0", # breaking change, sphinx fail
"prettytable~=3.7.0",
Expand Down

0 comments on commit e056fc9

Please sign in to comment.