Skip to content

Commit 327ec0e

Browse files
author
Francis Motta
committed
added joblib and deprecated to required packages in setup.py
1 parent 4dbaf1a commit 327ec0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/reference/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Persistence Images
2424
:nosignatures:
2525

2626
persim.PersistenceImager
27-
persim.PersImage
27+
persim.PersImage
2828

2929

3030

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
'matplotlib',
3434
'scipy',
3535
'hopcroftkarp',
36+
'deprecated',
37+
'joblib'
3638
],
3739
extras_require={ # use `pip install -e ".[testing]"``
3840
'testing': [

0 commit comments

Comments
 (0)