Revision 58c62ef193350e27094a6d41a587616fba9b6aa4 authored by Josh Willis on 01 August 2020, 18:47:17 UTC, committed by GitHub on 01 August 2020, 18:47:17 UTC
* Add try/except block around skcuda.fft import to ensure ImportError

* Address CC line length issue
1 parent 74f3245
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0,<1.19"]
back to top