Skip to content

Commit

Permalink
removed version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Mar 20, 2014
1 parent c68017d commit 8fe99df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):
data_files=[],
tests_require=['pytest'],
install_requires=[
"gimmemotifs >= 0.8.3",
"gimmemotifs",
"pysam >= 0.7.4",
"pyyaml",
"HTSeq",
Expand All @@ -45,8 +45,5 @@ def run_tests(self):
"networkx",
"numpy",
],
dependency_links = [
'https://github.com/simonvh/gimmemotifs/archive/0.8.3.tar.gz#egg=gimmemotifs-0.8.3',
],
cmdclass = {'test': PyTest},
)

0 comments on commit 8fe99df

Please sign in to comment.