Skip to content

Commit d5c5416

Browse files
committed
Adding limit to matplotlib.
1 parent 57630bb commit d5c5416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
python -m pip install --upgrade pip wheel
3636
37-
python -m pip install numpy numba tempita jupytext jupyterthemes jupyter_latex_envs papermill matplotlib astropy pandas tables healpy
37+
python -m pip install numpy numba tempita jupytext jupyterthemes jupyter_latex_envs papermill "matplotlib<3.9" astropy pandas tables healpy
3838
python -m pip install ebltable black cython pkgconfig h5py
3939
4040

0 commit comments

Comments
 (0)