Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Dec 14, 2019
1 parent 58b82d3 commit 7e8406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion

EQLIB_VERSION = '0.28.1'
EQLIB_VERSION = '0.28.2'

class CMakeExtension(Extension):
def __init__(self, name, sourcedir=''):
Expand Down Expand Up @@ -67,6 +67,6 @@ def build_extension(self, ext):
author_email='[email protected]',
ext_modules=[CMakeExtension('eqlib')],
cmdclass=dict(build_ext=CMakeBuild),
install_requires=['mkl', 'numpy', 'scipy'],
install_requires=['numpy', 'scipy'],
zip_safe=False,
)

0 comments on commit 7e8406b

Please sign in to comment.