Skip to content

Commit f73d915

Browse files
authored
Fix test dependencies: scipy (#177)
Test require scipy, but this was never listed as dependency. Some upstream package seems to have dropped scipy as dependency. https://github.com/PEtab-dev/libpetab-python/runs/8200033662?check_suite_focus=true
1 parent 2545497 commit f73d915

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
@@ -74,7 +74,8 @@ def absolute_links(txt):
7474
'flake8',
7575
'pytest',
7676
'python-libcombine',
77-
'simplesbml'
77+
'simplesbml',
78+
'scipy',
7879
],
7980
'reports': ['Jinja2'],
8081
'combine': ['python-libcombine>=0.2.6'],

0 commit comments

Comments
 (0)