Skip to content

Commit

Permalink
Fix test dependencies: scipy (#177)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dweindl authored Sep 6, 2022
1 parent 2545497 commit f73d915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def absolute_links(txt):
'flake8',
'pytest',
'python-libcombine',
'simplesbml'
'simplesbml',
'scipy',
],
'reports': ['Jinja2'],
'combine': ['python-libcombine>=0.2.6'],
Expand Down

0 comments on commit f73d915

Please sign in to comment.