Skip to content

Commit 56ab99b

Browse files
authored
Merge pull request #37 from SystemsBioinformatics/dev
for conda
2 parents 21a9a30 + 4fa35bb commit 56ab99b

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', 'nose']
34+
install_requires_src = ['numpy', 'packaging']
3535
extras_requires_src = {
3636
'sympy': ['sympy'],
3737
'glpk': ['swiglpk',],

0 commit comments

Comments
 (0)