Skip to content
Snippets Groups Projects
Commit 2b7334bd authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

Add pyyaml dependency

closes #34
parent 44fcdfde
No related branches found
No related tags found
No related merge requests found
setup.py 100755 → 100644
......@@ -28,10 +28,11 @@ setup_args = dict(
],
install_requires = [
'numpy',
'scipy',
'h5py',
'matplotlib',
'numpy',
'pyyaml',
'scipy',
],
packages = find_packages(
......
......@@ -14,6 +14,7 @@ deps =
pytest-xdist
pytest-benchmark
matplotlib
pyyaml
numpy
scipy
commands=python -m gwinc.test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment