We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64deb7 commit e056fc9Copy full SHA for e056fc9
1 file changed
setup.py
@@ -18,11 +18,11 @@ def get_install_requires() -> str:
18
"pyrallis==0.3.1",
19
"pyyaml~=6.0",
20
"tqdm",
21
- "numpy~=1.17.0", # https://github.com/numpy/numpy/issues/12793
+ "numpy>1.16.0", # https://github.com/numpy/numpy/issues/12793
22
"tensorboard>=2.5.0",
23
"torch>=1.4.0",
24
"numba>=0.51.0",
25
- "wandb~=0.14.0",
+ "wandb>0.14.0",
26
"h5py>=2.10.0", # to match tensorflow's minimal requirements
27
"protobuf~=3.19.0", # breaking change, sphinx fail
28
"prettytable~=3.7.0",
0 commit comments