diff --git a/setup.py b/setup.py index 143239f..e189419 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def read(path, encoding="utf-8"): "freud-analysis>=1.0,<1.3", "rowan>=1.2,<1.3", "tqdm>=4,<5", - "joblib>=0.13.2,<0.15", + "joblib>=0.13.2,<0.16", ] test_requires = [ "pytest>=5.0.1,<5.5.0",