Skip to content

Commit

Permalink
Don't install pre-release matplotlib (doesn't have 3.12 wheel)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 13, 2023
1 parent 998e48d commit 2b87b18
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 @@ -245,7 +245,7 @@ jobs:
- name: Install Python dependencies (3.12)
if: matrix.python-version == '3.12'
run: |
pip install --upgrade --upgrade-strategy eager --pre numpy scipy matplotlib numexpr setuptools "cython<1" pytest tqdm
pip install --upgrade --upgrade-strategy eager --pre numpy scipy "matplotlib<3.8" numexpr setuptools "cython<1" pytest tqdm
- name: Install pynbody (3.12; ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.12' }}
run: |
Expand Down

0 comments on commit 2b87b18

Please sign in to comment.