diff --git a/setup.py b/setup.py index f1e309f9..edbefb9d 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def get_long_description(): "ghapi", "pytest", "pytest-benchmark", - "joblib" + ("==1.4.0" if CI else ""), + "joblib" + ("==1.5.3" if CI else ""), "imageio", "nbformat", "pyparsing" + ("<3.2.5" if CI else ""),