Skip to content

Commit

Permalink
rebuild numpy with python 3.12 and emscripten 3.1.58 and pin pytest t…
Browse files Browse the repository at this point in the history
…o >= 8 (#1276)

* trigger rebuild

* trigger ci

* change pytest version to >= 8

* Update recipe.yaml

---------

Co-authored-by: Thorsten Beier <[email protected]>
  • Loading branch information
KGB99 and DerThorsten authored Aug 13, 2024
1 parent 21010aa commit bfab1c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/recipes/pytester/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outputs:
version: ${{ version }}

build:
number: 10
number: 11

noarch: python

Expand All @@ -33,12 +33,12 @@ outputs:
name: pytester-run
version: ${{ version }}
build:
number: 10
number: 11
noarch: generic
requirements:
run:
- pyjs
- pytest
- pytest >= 8


about:
Expand Down
1 change: 1 addition & 0 deletions recipes/recipes_emscripten/numpy/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tests:
recipe:
- test_numpy.py


about:
homepage: http://numpy.org/
license: BSD-3-Clause
Expand Down

0 comments on commit bfab1c3

Please sign in to comment.