From d5c5416d90255132c3deb77fbe58a5a278c3fc09 Mon Sep 17 00:00:00 2001 From: ndilalla Date: Fri, 17 May 2024 13:57:25 -0700 Subject: [PATCH] Adding limit to matplotlib. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e375bf1a..bb8a6de3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: python -m pip install --upgrade pip wheel - python -m pip install numpy numba tempita jupytext jupyterthemes jupyter_latex_envs papermill matplotlib astropy pandas tables healpy + python -m pip install numpy numba tempita jupytext jupyterthemes jupyter_latex_envs papermill "matplotlib<3.9" astropy pandas tables healpy python -m pip install ebltable black cython pkgconfig h5py