From 72777f6e292420029b07ea21bbd3587e2000f33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:50:43 +0000 Subject: [PATCH] Bump joblib from 0.13.0 to 1.2.0 in /GEDL Bumps [joblib](https://github.com/joblib/joblib) from 0.13.0 to 1.2.0. - [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.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GEDL/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GEDL/setup.py b/GEDL/setup.py index 4e69d10..fae4f15 100644 --- a/GEDL/setup.py +++ b/GEDL/setup.py @@ -10,7 +10,7 @@ 'tensorflow>=1.4.0,<=1.12.0', 'gensim==3.6.0', 'networkx==2.1', - 'joblib==0.13.0', + 'joblib==1.2.0', 'fastdtw==0.3.2', 'tqdm', 'numpy',