From 610ae29610a815bbea6bf0bc15bbbe5a2065cee2 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Thu, 22 Jan 2026 01:47:52 +0000 Subject: [PATCH 1/2] Update pandas from 2.3.3 to 3.0.0 [emscripten-4x] --- recipes/recipes_emscripten/pandas/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From c4d4d5062fe4086a6dd5958d51f6588985bedb68 Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Thu, 22 Jan 2026 16:39:07 +0100 Subject: [PATCH 2/2] Try newer playwright --- recipes/recipes/pytester/recipe.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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.