Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
Ugh, issues installing alongside numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
doigoid committed Jan 27, 2015
1 parent f2ec91c commit 743359b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ def setup_package():
test_suite='nose.collector',
)

if len(sys.argv) >= 2 and ('--help' in sys.argv[1:] or
# SEATME HACK: always enter this if block, in case numpy is being installed alongside
if True or len(sys.argv) >= 2 and ('--help' in sys.argv[1:] or
sys.argv[1] in ('--help-commands', 'egg_info', '--version',
'clean')):
# For these actions, NumPy is not required.
Expand Down

0 comments on commit 743359b

Please sign in to comment.