Skip to content

Commit

Permalink
Adding limit to matplotlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed May 17, 2024
1 parent 57630bb commit d5c5416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5c5416

Please sign in to comment.