diff --git a/setup.cfg b/setup.cfg index eb7608c4e..c5c39b447 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = wasabi>=0.4.0,<1.1.0 srsly>=2.0.0,<3.0.0 catalogue>=0.0.7,<1.1.0 - ml_datasets + ml_datasets>=0.1.1 # Third-party dependencies tqdm>=4.38.0,<5.0.0 setuptools @@ -55,7 +55,6 @@ install_requires = plac>=0.9.6,<1.2.0 requests>=2.13.0,<3.0.0 pydantic>=1.3.0,<2.0.0 - tqdm>=4.38.0,<5.0.0 importlib_metadata>=0.20; python_version < "3.8" [options.extras_require]