From 8768bc0a549886aee39a2c8fca141c7f67463ea8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 19:33:32 +0000 Subject: [PATCH] chore(deps): Update joblib requirement Updates the requirements on [joblib](https://github.com/joblib/joblib) to permit the latest version. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/0.13.2...0.15.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",