Revision 31102a2b969ca5638451f4505d7fa5f779934403 authored by Collin Capano on 22 June 2020, 15:18:08 UTC, committed by GitHub on 22 June 2020, 15:18:08 UTC
* try fixing numpy to 1.18.5 for py37

* add more numpy settings; make it <1.19 rather than pinning to 18.5
1 parent 4f75fae
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0,<1.19"]
back to top