Closed
Description
Summary
pip install matplotlib
fails on Python 3.12.0b3, see pypa/setuptools#3935. This used to be blocked on numpy/numpy#23808, but that is now fixed: pip install https://anaconda.org/scientific-python-nightly-wheels/numpy/2.0.0.dev0/download/numpy-2.0.0.dev0-cp312-cp312-win_amd64.whl
works on Windows to install numpy 2.0.0.dev0. However, even then installation of matplotlib still fails.
Is there a way to install matplotlib on Python 3.12 betas?
Proposed fix
No response