1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# Extra pip requirements for the minimum-version CI run
contourpy==1.0.1
cycler==0.10
fonttools==4.22.0
importlib-resources==3.2.0
kiwisolver==1.3.2
meson-python==0.13.1
meson==1.1.0
numpy==1.23.0
packaging==20.0
pillow==8.3.2
pyparsing==3.0.0
pytest==7.0.0
python-dateutil==2.7
# Test ipython/matplotlib-inline before backend mapping moved to mpl.
# This should be tested for a reasonably long transition period,
# but we will eventually remove the test when we no longer support
# ipython/matplotlib-inline versions from before the transition.
ipython==7.29.0
ipykernel==5.5.6
matplotlib-inline<0.1.7
|