diff --git a/setup.py b/setup.py index a71fc77a..4781d2ef 100644 --- a/setup.py +++ b/setup.py @@ -38,15 +38,7 @@ def get_long_description(): "ghapi", "pytest", "pytest-benchmark", - # this is a PyMPDATA-examples dependency, as of time of writing - # the pip package depends on deprecated distutils, which cause - # a warning on Python 3.10, to be removed after joblib release - "joblib" - + ( - " @ git+https://github.com/joblib/joblib@3d80506#egg=joblib" - if CI - else "" - ), + "joblib" + ("==1.3.2" if CI else ""), ] }, author="https://github.com/open-atmos/PyMPDATA/graphs/contributors",