File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,11 @@ jobs:
4646 - cp*-macosx_arm64
4747 - cp*-win_amd64
4848
49- # Developer wheels (use Numpy dev to build)
49+ # Developer wheels
5050 upload_to_anaconda : ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
5151 anaconda_user : astropy
5252 anaconda_package : reproject
5353 anaconda_keep_n_latest : 10
54- env : |
55- CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request') && 'pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools setuptools_scm numpy>=0.0dev0 extension-helpers cython') || '' }}'
56- CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request') && 'pip; args: --no-build-isolation') || 'build' }}'
5754
5855 secrets :
5956 pypi_token : ${{ secrets.pypi_token }}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ docs = [
4949requires = [" setuptools" ,
5050 " setuptools_scm" ,
5151 " extension-helpers==1.*" ,
52- " numpy>=1.25 " ,
52+ " numpy>=2.0.0rc1 " ,
5353 " cython>=3.0,<3.1" ]
5454build-backend = ' setuptools.build_meta'
5555
You can’t perform that action at this time.
0 commit comments