diff --git a/requirements.txt b/requirements.txt index 50cb325..f6b79f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ ipywidgets==7.4.2 isort==4.3.4 jedi==0.13.1 Jinja2==2.10 -joblib==0.13.0 +joblib==1.2.0 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==5.2.3 diff --git a/setup.py b/setup.py index 3be42a5..dde889f 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "isort==4.3.4", "jedi==0.13.1", "Jinja2==2.10", - "joblib==0.13.0", + "joblib==1.2.0", "jsonschema==2.6.0", "jupyter==1.0.0", "jupyter-client==5.2.3",