Skip to content

Commit

Permalink
ci: try to build classy with numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Jan 21, 2025
1 parent a1f769c commit eb764d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ jobs:

- name: Pre-install dependencies
run: |
sudo apt install libgsl-dev
sudo apt-get install libgsl-dev
pip install -vU pip
pip install -vU setuptools wheel Cython 'numpy<2' # for classy
pip install -vU --no-build-isolation classy
- name: Install package from source
if: ${{ env.PUBLISH != 'true' }}
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ abacusutils = "abacusnbody.data.asdf:AbacusExtension"
all = [
'zenbu-fftw>=1',
'classy',
'numpy<2', # for classy
'Corrfunc>=2',
'emcee',
'schwimmbad',
Expand Down

0 comments on commit eb764d2

Please # to comment.