Pin numpy to <2 for 3.8.0 by ksunden · Pull Request #26756 · matplotlib/matplotlib

PR summary

This is the corollary to #26706 for the 3.8.x branch.

Official NumPy guidance is that we should be pinning because it is expected that forwards
compatibility of compiled wheels will break. While API changes should be relatively minimal,
ABI changes may still catch users.

Unfortunatly we cannot go back and pin for all previous releases, but may as well do what we can now.

PR checklist