We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a6423c + 9835568 commit bdac16fCopy full SHA for bdac16f
doc/source/developers_guide.rst
@@ -41,6 +41,7 @@ Requirements
41
* Python_ 3.8 or later
42
* numpy_ >= 1.19.5
43
* quantities_ >= 0.14.1
44
+ * joblib >= 1.0.0
45
* pytest (for running tests)
46
* Sphinx_ (for building documentation)
47
pyproject.toml
@@ -25,6 +25,7 @@ dependencies = [
25
"packaging",
26
"numpy>=1.19.5",
27
"quantities>=0.14.1",
28
+ "joblib>=1.0.0"
29
]
30
31
[project.urls]
0 commit comments