Skip to content

Commit bc98bda

Browse files
MAINT: Update joblib requirement from <1.4,>=1.0.0 to >=1.0.0,<1.5 (#4475)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35a4f66 commit bc98bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ doc = [
7272
"ipython>=7.34.0; python_version == '3.7'",
7373
"ipython>=8.13.0,<8.24; python_version > '3.7'",
7474
#"ipywidgets>=8.0.0,<8.2",
75-
"joblib>=1.3.0,<1.4",
75+
"joblib>=1.3.0,<1.5",
7676
"jupyterlab>=4.0.0,<4.3",
7777
"matplotlib>=3.5.0,<3.9",
7878
"nbsphinx>=0.9.0,<0.10",

0 commit comments

Comments
 (0)