From 060e53e4576eca8c361c9ecdcec373547b811afc Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 7 Oct 2021 13:15:02 -0400 Subject: [PATCH] Revert "Limit joblib version to pre-1.1.0" This reverts commit 7dc7f2ee15adab5bed419523d789851bb4cf16d1. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 17a2a20..6377bf7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ package_dir = python_requires = ~=3.6 install_requires = appdirs == 1.* - joblib >= 0.17, < 1.1.0 + joblib >= 0.17 [options.extras_require] benchmarks =