Skip to content

Commit

Permalink
Try just avoiding scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 29, 2015
1 parent e677fda commit 88aaa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# do not attempt to install numpy and scipy until they have eggs available
INSTALL_REQUIRES = [r for r in INSTALL_REQUIRES
if not r.startswith(('numpy', 'scipy'))]
if not r.startswith(('numpy',))]


def configuration(parent_package='', top_path=None):
Expand Down

0 comments on commit 88aaa20

Please sign in to comment.