From 368182776e61f6582223c02cf31b5eee65521d20 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 30 May 2020 15:19:53 +0200 Subject: [PATCH] Tidy up dependencies --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]