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 40a8432 commit 4fa35bbCopy full SHA for 4fa35bb
setup.py
@@ -31,7 +31,7 @@
31
try:
32
from setuptools import setup
33
34
- install_requires_src = ['numpy', 'packaging', 'nose']
+ install_requires_src = ['numpy', 'packaging']
35
extras_requires_src = {
36
'sympy': ['sympy'],
37
'glpk': ['swiglpk',],
0 commit comments