Revision 8557d121d612202df4d6718ae4b366872b706e66 authored by Tito Dal Canton on 07 October 2020, 12:54:41 UTC, committed by GitHub on 07 October 2020, 12:54:41 UTC
* Start teaching pycbc_optimal_snr to use HDF injections

* Arguably cleaner code
1 parent 0c424d2
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0,<1.19"]
back to top