Skip to content

Commit

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

0 comments on commit cc4a8cc

Please sign in to comment.