CI: Update Cygwin NumPy to 1.26 in Python 3.9 by DWesl · Pull Request #7875 · python-pillow/Pillow

added 2 commits

March 12, 2024 15:46
Cygwin has Netlib interfaces, NumPy CI uses them.  Let's see if we can force pip/meson to use them.
New NumPy uses CMake through meson, which needs dependencies.

radarhere

@DWesl @radarhere

Necessary with version constraint, not without.

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>

@radarhere radarhere changed the title CI: Update Cygwin NumPy to 1.26 CI: Update Cygwin NumPy to 1.26 in Python 3.9

Mar 13, 2024
The tests can't find it, so check here.
There's a decent chance the cygwin/cygwin-install-action paths in egor-tensin/cleanup-path broke numpy import, since NumPy needs to find BLAS somewhere.

hugovk

@DWesl @hugovk

It's working again, so this isn't relevant anymore.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>