File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ 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
2525 - numpy-base
2626 run :
You can’t perform that action at this time.
0 commit comments