Revision 3a1dc4bb9f976cc585b280b597b2de8e76c73e92 authored by Matthew Kolopanis on 24 April 2020, 15:15:10 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
the pyx file rewrites the cpp file now every time the extension is cythonized. if we need the original wrapper we can roll back the repo.
1 parent 6990735
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", 'numpy>=1.15']
back to top