Skip to content

Commit

Permalink
numpy is now a requirement for convenience
Browse files Browse the repository at this point in the history
A vanilla Mac OS fails to install these requirements if numpy is not installed before doing `pip install -r requirements.txt`. Specifically, `bdist_wheel` cannot be installed for `biopython` without `numpy`.
  • Loading branch information
armish committed May 31, 2015
1 parent 43f3486 commit e525144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -15,6 +15,7 @@ celery==3.1.12
itsdangerous==0.24
kombu==3.0.20
nose==1.3.3
numpy==1.6.2
plone.memoize==1.1.1
pysam==0.7.8
pytz==2014.4
Expand Down

0 comments on commit e525144

Please sign in to comment.