Revision 50d4a7a6c8d067ed65c5f035ec107d97f64a0c9d authored by Alex Nitz on 04 February 2020, 12:54:24 UTC, committed by GitHub on 04 February 2020, 12:54:24 UTC
* switch to multidetoptions for low / high frequency cutoff model options

* fixes

* more fixes

* cc

* update

* update docs
1 parent 2dd3294
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0"]
back to top