Skip to content

Commit

Permalink
requirements: cleaned up dependencies
Browse files Browse the repository at this point in the history
- ordered
- removed unnecessaries
  • Loading branch information
duncanmmacleod committed Mar 17, 2019
1 parent f1dd9e7 commit dda3f82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
18 changes: 8 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
six
numpy
pyOpenSSL
pykerberos
lscsoft-glue >= 1.60.0
python-ligo-lw >= 1.4.0
ligo-segments
dqsegdb2
gwdatafind
gwpy >=0.14.0
htcondor
h5py
gwdatafind
pytest
htcondor
ligo-segments
lscsoft-glue >= 1.60.0
MarkupPy
numpy
python-ligo-lw >= 1.4.0
six
pytest
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
'setuptools',
]
install_requires = [
'six',
'numpy',
'lscsoft-glue >= 1.60.0',
'ligo-segments',
'htcondor',
'dqsegdb2',
'gwdatafind',
'gwpy >= 0.14.0',
'python-ligo-lw >= 1.4.0',
'h5py',
'gwdatafind',
'htcondor',
'ligo-segments',
'lscsoft-glue >= 1.60.0',
'MarkupPy',
'numpy',
'python-ligo-lw >= 1.4.0',
'six',
]
tests_require = [
'pytest',
Expand Down

0 comments on commit dda3f82

Please sign in to comment.