Skip to content

Commit

Permalink
Merge pull request #214 from astrofrog/build-numpy-2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 5, 2024
2 parents 4220751 + 001a349 commit 1bed556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
- cp3*-macosx_arm64
- cp3*-manylinux_aarch64
# Developer wheels (use Numpy dev to build)
# Developer wheels
upload_to_anaconda: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
anaconda_user: astropy
anaconda_package: astropy-healpix
anaconda_keep_n_latest: 10
env: |
CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools setuptools_scm numpy>=0.0dev0 extension-helpers') || '' }}'
CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'pip; args: --no-build-isolation') || 'build' }}'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
requires = ["setuptools>=42.0.0",
"setuptools_scm",
"extension-helpers",
"numpy>=1.25,<2"]
"numpy>=2.0.0rc1"]

build-backend = 'setuptools.build_meta'

Expand Down

0 comments on commit 1bed556

Please sign in to comment.