We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa35bb commit 8a21983Copy full SHA for 8a21983
setup.py
@@ -31,7 +31,7 @@
31
try:
32
from setuptools import setup
33
34
- install_requires_src = ['numpy', 'packaging']
+ install_requires_src = ['numpy', 'packaging', 'nose']
35
extras_requires_src = {
36
'sympy': ['sympy'],
37
'glpk': ['swiglpk',],
0 commit comments