From e056fc9498d5d037869533da7cf976acf462f918 Mon Sep 17 00:00:00 2001 From: Zuxin Date: Mon, 30 Sep 2024 12:08:32 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e868361..a98a575 100644 --- a/setup.py +++ b/setup.py @@ -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",