Skip to content

Commit

Permalink
Merge pull request #82 from duncanmmacleod/setup-glue
Browse files Browse the repository at this point in the history
Fixed dependency reference for lscsoft-glue
  • Loading branch information
Duncan Macleod committed Apr 6, 2018
2 parents f5c6ec2 + 5284406 commit 2a89850
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'numpy',
'matplotlib',
'scipy',
'glue',
'lscsoft-glue',
'dqsegdb',
'gwpy >= 0.7.0',
'lxml',
Expand Down Expand Up @@ -109,10 +109,6 @@
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,
dependency_links=[
'http://software.ligo.org/lscsoft/source/glue-1.49.1.tar.gz',
'http://software.ligo.org/lscsoft/source/dqsegdb-1.2.2.tar.gz',
],
test_suite='hveto.tests',
use_2to3=True,
classifiers=[
Expand Down

0 comments on commit 2a89850

Please sign in to comment.