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:
117117            ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}- 
118118
119119       - 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 
121121
122122      - name : Upload artifact 
123123        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:
1313    host :
1414      - python 
1515      - setuptools 
16-       - numpy >=1.19, <1.27a0 
16+       - numpy <1.27a0 
1717      - cython 
1818      - cmake >=3.21 
1919      - ninja 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments