F2py: Require Specific Numpy Version During Creation Of Binary Wheel
We are publishing binry wheels for a python package on PyPi. The package has a Fortran extension which we produce with f2py. Our problem is that the CI images (Gitlab CI for Linux
Solution 1:
Ok, the problem was that one of the other requirements (in our case, h5py) required a more recent version of numpy.
Post a Comment for "F2py: Require Specific Numpy Version During Creation Of Binary Wheel"