dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 19 forks source link

Update pyproject.toml to require pyseobnr #228

Closed stephengreen closed 11 months ago

stephengreen commented 11 months ago

This dependency is needed to generate SEOBNRv5 waveforms.

pyseobnr requires pygsl_lite, which in turn requires gsl. gsl is a non-Python package, so it is not available on pypi (although it is available on conda-forge). Consequently, for the docs to compile, we have to update .readthedocs.yaml to install gsl with apt-get.