@@ -246,7 +246,7 @@ jobs:
246246 . ~/virtualenvs/pandas-dev/bin/activate
247247 python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
248248 python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
249- python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
249+ python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0 matplotlib>=3.8.3
250250 python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
251251 python -m pip list --no-cache-dir
252252 PANDAS_CI=1 python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
@@ -283,7 +283,7 @@ jobs:
283283 /opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
284284 . ~/virtualenvs/pandas-dev/bin/activate
285285 python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
286- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
286+ python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0 matplotlib>=3.8.3
287287 python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
288288 python -m pip list --no-cache-dir
289289
@@ -355,7 +355,7 @@ jobs:
355355 python --version
356356 python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
357357 python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
358- python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
358+ python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov matplotlib>=3.8.3
359359 python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
360360 python -m pip list
361361
@@ -397,7 +397,7 @@ jobs:
397397 python --version
398398 python -m pip install --upgrade pip setuptools wheel numpy meson[ninja]==1.2.1 meson-python==0.13.1
399399 python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
400- python -m pip install versioneer[toml] python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
400+ python -m pip install versioneer[toml] python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov matplotlib>=3.8.3
401401 python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
402402 python -m pip list
403403
@@ -462,7 +462,7 @@ jobs:
462462 PANDAS_CI : 1
463463 run : |
464464 source .venv-pyodide/bin/activate
465- pip install pytest hypothesis
465+ pip install pytest hypothesis matplotlib>=3.8.3
466466 # do not import pandas from the checked out repo
467467 cd ..
468468 python -c 'import pandas as pd; pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db"])'
0 commit comments