Skip to content

Commit 33ba76c

Browse files
committed
build with numpy-2.0
1 parent 3df8cc4 commit 33ba76c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ requirements:
2020
- python
2121
- setuptools >=77
2222
- mkl-devel
23-
- mkl-devel 2024.2.* # [py==39 or py==310]
23+
- mkl-devel 2024.2.* # [py==39]
2424
- cython
25-
- numpy-base
25+
- numpy
2626
run:
2727
- python
2828
- mkl-service

0 commit comments

Comments
 (0)