Unverified Commit 80dbfcbd authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Merge pull request #352 from jon-tow/update-deps

[deps] Use minimum versioning for `numexpr`
parents 2598f990 8c69f17e
...@@ -30,7 +30,7 @@ setuptools.setup( ...@@ -30,7 +30,7 @@ setuptools.setup(
"sacrebleu==1.5.0", "sacrebleu==1.5.0",
"rouge-score==0.0.4", "rouge-score==0.0.4",
"pycountry==20.7.3", "pycountry==20.7.3",
"numexpr==2.7.2", "numexpr>=2.7.2",
"lm_dataformat==0.0.20", "lm_dataformat==0.0.20",
"pybind11==2.6.2", "pybind11==2.6.2",
"tqdm-multiprocess==0.0.11", "tqdm-multiprocess==0.0.11",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment