Lower required numpy (#4794)

This commit is contained in:
dianaml0 2022-10-14 17:25:28 -04:00 committed by GitHub
parent 8adff217f0
commit d55ac5d13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ def do_setup(package_data):
"cython",
"hydra-core>=1.0.7,<1.1",
"omegaconf<2.1",
"numpy>=1.23.3",
"numpy>=1.21.3",
"regex",
"sacrebleu>=1.4.12",
"torch>=1.10",