Closed
Description
Packaging issue reported after 0.24.0rc1: #18956 (comment)
I think we have 2 problems:
- we should depend on numpy < 1.20 for Python 3.6
- we should not try to import numpy or build stuff with Cython and a c compiler in our
setup.py
just to compute the dependencies (if possible), for instance when runningpython setup.py check
.