Skip to content

Commit

Permalink
Drop unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Oct 29, 2019
1 parent 99217ac commit 90431cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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

HYPERJET_VERSION = '0.27.0'
HYPERJET_VERSION = '0.27.1'

class CMakeExtension(Extension):
def __init__(self, name, sourcedir=''):
Expand Down Expand Up @@ -67,8 +67,6 @@ def build_extension(self, ext):
author_email='thomas.oberbichler@gmail.com',
ext_modules=[CMakeExtension('hyperjet')],
cmdclass=dict(build_ext=CMakeBuild),
install_requires=['cmake', 'numpy'],
test_suite='nose.collector',
tests_require=['nose'],
install_requires=['numpy'],
zip_safe=False,
)

0 comments on commit 90431cb

Please sign in to comment.