File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
118
118
119
119
- name : Build conda package
120
- run : conda build --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
120
+ run : conda build --no-test --python ${{ matrix.python }} --numpy 1.23 ${{ env.CHANNELS }} conda-recipe
121
121
122
122
- name : Upload artifact
123
123
uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
Original file line number Diff line number Diff line change
1
+ numpy :
2
+ - 1.23
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requirements:
13
13
host :
14
14
- python
15
15
- setuptools
16
- - numpy >=1.19, <1.27a0
16
+ - numpy <1.27a0
17
17
- cython
18
18
- cmake >=3.21
19
19
- ninja
You can’t perform that action at this time.
0 commit comments