diff --git a/recipes/recipes/pytester/recipe.yaml b/recipes/recipes/pytester/recipe.yaml index 8e329b3e1d6..496fd6a0c37 100644 --- a/recipes/recipes/pytester/recipe.yaml +++ b/recipes/recipes/pytester/recipe.yaml @@ -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. diff --git a/recipes/recipes_emscripten/pandas/recipe.yaml b/recipes/recipes_emscripten/pandas/recipe.yaml index ec088c157da..95e985046bf 100644 --- a/recipes/recipes_emscripten/pandas/recipe.yaml +++ b/recipes/recipes_emscripten/pandas/recipe.yaml @@ -1,6 +1,6 @@ context: name: pandas - version: 2.3.3 + version: 3.0.0 package: name: ${{ name }} @@ -8,7 +8,7 @@ package: source: - url: https://github.com/pandas-dev/pandas/releases/download/v${{ version }}/pandas-${{ version }}.tar.gz - sha256: e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b + sha256: 0facf7e87d38f721f0af46fe70d97373a37701b1c09f7ed7aeeb292ade5c050f build: number: 0