Skip to content

Commit d0de984

Browse files
authored
Merge pull request #38 from SystemsBioinformatics/dev
reset to release 0.8.1
2 parents 56ab99b + 8a21983 commit d0de984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
try:
3232
from setuptools import setup
3333

34-
install_requires_src = ['numpy', 'packaging']
34+
install_requires_src = ['numpy', 'packaging', 'nose']
3535
extras_requires_src = {
3636
'sympy': ['sympy'],
3737
'glpk': ['swiglpk',],

0 commit comments

Comments
 (0)