Revision e3ecab52bacea5dec320ced0601065196526abfd authored by Arthur Tolley on 25 January 2021, 19:16:47 UTC, committed by GitHub on 25 January 2021, 19:16:47 UTC
* Fixing bug with FFTW, using MKL if FFTW is no available

* Remove a blank line

* Removing the set_measure_level entirely
1 parent 23d1eb9
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0,!=1.19.0"]
back to top