Skip to content

Commit bdac16f

Browse files
Merge pull request #1226 from joschaschmiedt/master
Add joblib dependency
2 parents 2a6423c + 9835568 commit bdac16f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/source/developers_guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Requirements
4141
* Python_ 3.8 or later
4242
* numpy_ >= 1.19.5
4343
* quantities_ >= 0.14.1
44+
* joblib >= 1.0.0
4445
* pytest (for running tests)
4546
* Sphinx_ (for building documentation)
4647

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"packaging",
2626
"numpy>=1.19.5",
2727
"quantities>=0.14.1",
28+
"joblib>=1.0.0"
2829
]
2930

3031
[project.urls]

0 commit comments

Comments
 (0)