Skip to content

Commit f16a36a

Browse files
author
Vahid Tavanashad
committed
build with numpy-2.0
1 parent 3df8cc4 commit f16a36a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build conda package
5757
run: |
5858
CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
59-
VERSIONS="--python ${{ matrix.python }}"
59+
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
6060
TEST="--no-test"
6161
6262
conda build \
@@ -197,7 +197,7 @@ jobs:
197197
- name: Build conda package
198198
run: |
199199
conda activate
200-
conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
200+
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
201201
202202
- name: Store conda paths as envs
203203
shell: bash -l {0}

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requirements:
2222
- mkl-devel
2323
- mkl-devel 2024.2.* # [py==39 or py==310]
2424
- cython
25-
- numpy-base
25+
- numpy-base >=2.0.0
2626
run:
2727
- python
2828
- mkl-service

0 commit comments

Comments
 (0)