Skip to content

Commit 56ea2b4

Browse files
Decrease minimum version of joblib to 1.0.0 in pyproject.toml
Co-authored-by: Julia Sprenger <[email protected]>
1 parent f22a12e commit 56ea2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"packaging",
2626
"numpy>=1.19.5",
2727
"quantities>=0.14.1",
28-
"joblib>=1.2.0"
28+
"joblib>=1.0.0"
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)