Skip to content

Commit

Permalink
numpy has to be installed first
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris committed Mar 14, 2016
1 parent 6c87cf4 commit fe2d0b3
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 @@ -43,6 +43,7 @@ def run_tests(self):
'https://github.com/simonvh/gimmemotifs/archive/0.8.7.tar.gz#egg=gimmemotifs-0.8.7',
],
install_requires=[
"numpy",
"SQLAlchemy",
"gimmemotifs > 0.8.6",
"pysam >= 0.9",
Expand All @@ -51,7 +52,6 @@ def run_tests(self):
"bcbio-gff",
"biopython",
"networkx >= 1.10",
"numpy",
],
cmdclass = {'test': PyTest},
)

0 comments on commit fe2d0b3

Please sign in to comment.