Skip to content

Commit

Permalink
Switch to released pandas with 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 23, 2024
1 parent 3b7f5d8 commit 09c42c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,14 @@ jobs:
- name: Install pynbody (3.13; ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pandas==3.0.0.dev0+1466.g715585de0d" h5py
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc pandas
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple h5py
pip install --upgrade --upgrade-strategy eager wheel
pip install --upgrade --upgrade-strategy eager --no-deps --pre git+https://github.com/pynbody/pynbody.git
- name: Install pynbody (3.13; macos)
if: ${{ matrix.os == 'macos-12' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pandas==3.0.0.dev0+1451.g352289b3b6"
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc pandas
brew install hdf5
export HDF5_DIR=$(brew --prefix hdf5)
pip install --upgrade --upgrade-strategy eager wheel
Expand Down

0 comments on commit 09c42c8

Please sign in to comment.