remove numpy version requirements
Is it possible to remove numpy version requirements? I want to use the benchmark, but my codes are relying on some new bug fixes after `numpy>1.20`.
This commit is contained in:
parent
676e8e411d
commit
5a5cb82537
2
setup.py
2
setup.py
@ -37,7 +37,7 @@ def read(fname="README.md"):
|
||||
|
||||
|
||||
# What packages are required for this module to be executed?
|
||||
REQUIRED = ["numpy>=1.16.5,<=1.19.5", "pyyaml>=5.0.0", "fvcore"]
|
||||
REQUIRED = ["numpy>=1.16.5", "pyyaml>=5.0.0", "fvcore"]
|
||||
|
||||
packages = find_packages(
|
||||
exclude=("tests", "scripts", "scripts-search", "lib*", "exps*")
|
||||
|
Loading…
Reference in New Issue
Block a user