Skip to content

Commit

Permalink
Update pandas from 2.2.2 to 2.2.3 (#1329)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Isabel Paredes <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent adde08c commit 690fcae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/recipes_emscripten/pandas/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 2.2.2
version: 2.2.3

package:
name: pandas
Expand All @@ -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

Expand All @@ -17,6 +17,7 @@ build:

requirements:
build:
- ${{ compiler("c") }}
- cross-python_emscripten-wasm32
- numpy
- cython
Expand Down

0 comments on commit 690fcae

Please sign in to comment.