Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions recipes/recipes/pytester/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,30 @@ outputs:
version: ${{ version }}

build:
number: 9

number: 10
noarch: python

requirements:
host:
- python
run:
- playwright = 1.50
- playwright >= 1.57
- pyjs_code_runner >= 3.1.1

- package:
name: pytester-run
version: ${{ version }}
build:
number: 7
number: 8
noarch: generic
requirements:
run:
- pyjs
- pytest
- python

- python

about:
license: MIT
license_file: LICENSE.txt
summary: test meta pkg
summary: Meta package for testing.

4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/pandas/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: pandas
version: 2.3.3
version: 3.0.0

package:
name: ${{ name }}
version: ${{ version }}

source:
- url: https://github.com/pandas-dev/pandas/releases/download/v${{ version }}/pandas-${{ version }}.tar.gz
sha256: e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b
sha256: 0facf7e87d38f721f0af46fe70d97373a37701b1c09f7ed7aeeb292ade5c050f

build:
number: 0
Expand Down
Loading