Skip to content

Commit

Permalink
Specify matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 8, 2023
1 parent cc4a8cc commit 3b8127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
if: matrix.python-version == '3.12'
run: |
pip install --upgrade --upgrade-strategy eager --pre numpy
pip install --upgrade --upgrade-strategy eager -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy matplotlib
pip install --upgrade --upgrade-strategy eager -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy matplotlib==3.8.0.dev1960+gac376ea1a6
pip install --upgrade --upgrade-strategy eager numexpr setuptools cython pytest tqdm
- name: Install pynbody
if: ${{ matrix.REQUIRES_PYNBODY }}
Expand Down

0 comments on commit 3b8127f

Please sign in to comment.