File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
- name : Build conda package
57
57
run : |
58
58
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 "
60
60
TEST="--no-test"
61
61
62
62
conda build \
@@ -197,7 +197,7 @@ jobs:
197
197
- name : Build conda package
198
198
run : |
199
199
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
201
201
202
202
- name : Store conda paths as envs
203
203
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ requirements:
20
20
- python
21
21
- setuptools >=77
22
22
- mkl-devel
23
- - mkl-devel 2024.2.* # [py==39 or py==310 ]
23
+ - mkl-devel 2024.2.* # [py==39]
24
24
- cython
25
- - numpy-base
25
+ - numpy
26
26
run :
27
27
- python
28
28
- mkl-service
You can’t perform that action at this time.
0 commit comments