Skip to content

Commit 7ceccd9

Browse files
authored
Merge pull request #16 from djpasseyjr/dependencies
Add missing dependency
2 parents 35d77f9 + 7d16482 commit 7ceccd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
'matplotlib',
2626
'findiff',
2727
'dill',
28-
'parameter-sherpa'
28+
'parameter-sherpa',
29+
'ipyparallel'
2930
],
3031
python_requires='>=3.6',
3132
test_suite='nose.collector',

0 commit comments

Comments
 (0)