Revision fb0361878e01ae2f3b49021a00b6b956ebbf61a0 authored by Alex Nitz on 16 February 2021, 19:36:58 UTC, committed by GitHub on 16 February 2021, 19:36:58 UTC
* fix use of descr with metadata

* unpin h5py

* fixes

* this too
1 parent 812e7f1
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0,!=1.19.0,<1.20.0"]
back to top