From 690fcae1f8c93299690359e7b2a97f9b3631df37 Mon Sep 17 00:00:00 2001 From: R2 <136319114+emscripten-forge-bot@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:20:32 +0100 Subject: [PATCH] Update pandas from 2.2.2 to 2.2.3 (#1329) * Update pandas from 2.2.2 to 2.2.3 * Add compiler Required in order to select the correct emscripten version --------- Co-authored-by: emscripten-forge-bot Co-authored-by: Isabel Paredes --- recipes/recipes_emscripten/pandas/recipe.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/recipes_emscripten/pandas/recipe.yaml b/recipes/recipes_emscripten/pandas/recipe.yaml index bc5bb0891..73ef9d428 100644 --- a/recipes/recipes_emscripten/pandas/recipe.yaml +++ b/recipes/recipes_emscripten/pandas/recipe.yaml @@ -1,5 +1,5 @@ context: - version: 2.2.2 + version: 2.2.3 package: name: pandas @@ -8,7 +8,7 @@ package: source: - url: https://github.com/pandas-dev/pandas/releases/download/v${{ version }}/pandas-${{ version }}.tar.gz - sha256: 9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54 + sha256: 4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667 #patches: # - patches/fix_json_signature.patch @@ -17,6 +17,7 @@ build: requirements: build: + - ${{ compiler("c") }} - cross-python_emscripten-wasm32 - numpy - cython