Skip to content

Commit

Permalink
Update pandas from 2.2.2 to 2.2.3 [emscripten-3.1.73] (#1587)
Browse files Browse the repository at this point in the history
* Update pandas from 2.2.2 to 2.2.3 [emscripten-3.1.73]

* Update recipe.yaml

---------

Co-authored-by: emscripten-forge-bot <[email protected]>
Co-authored-by: Thorsten Beier <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent fac23fd commit 2e27591
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,8 @@ build:

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

0 comments on commit 2e27591

Please sign in to comment.