Skip to content

Commit e056fc9

Browse files
authored
Update setup.py
1 parent b64deb7 commit e056fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ def get_install_requires() -> str:
1818
"pyrallis==0.3.1",
1919
"pyyaml~=6.0",
2020
"tqdm",
21-
"numpy~=1.17.0", # https://github.com/numpy/numpy/issues/12793
21+
"numpy>1.16.0", # https://github.com/numpy/numpy/issues/12793
2222
"tensorboard>=2.5.0",
2323
"torch>=1.4.0",
2424
"numba>=0.51.0",
25-
"wandb~=0.14.0",
25+
"wandb>0.14.0",
2626
"h5py>=2.10.0", # to match tensorflow's minimal requirements
2727
"protobuf~=3.19.0", # breaking change, sphinx fail
2828
"prettytable~=3.7.0",

0 commit comments

Comments
 (0)