Skip to content

Commit 1cce162

Browse files
Integration tests: fix orjson's builds with Maturin 1.8, and bump to NumPy v2 (pyodide#76)
1 parent b27f416 commit 1cce162

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package:
22
name: numpy
3-
version: 1.26.4
3+
version: 2.0.2
44
tag:
55
- min-scipy-stack
66
top-level:
77
- numpy
88
source:
9-
url: https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz
10-
sha256: 2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010
9+
url: https://files.pythonhosted.org/packages/a9/75/10dd1f8116a8b796cb2c737b674e02d02e80454bda953fa7e65d8c12b016/numpy-2.0.2.tar.gz
10+
sha256: 883c987dee1880e2a864ab0dc9892292582510604156762362d9326444636e78
1111

1212
build:
1313
# numpy uses vendored meson, so we need to pass the cross file manually
@@ -22,12 +22,12 @@ build:
2222
-Wno-return-type
2323
cross-build-env: true
2424
cross-build-files:
25-
- numpy/core/include/numpy/numpyconfig.h
26-
- numpy/core/include/numpy/_numpyconfig.h
27-
- numpy/core/lib/libnpymath.a
25+
- numpy/_core/include/numpy/numpyconfig.h
26+
- numpy/_core/include/numpy/_numpyconfig.h
27+
- numpy/_core/lib/libnpymath.a
2828
- numpy/random/lib/libnpyrandom.a
2929
about:
3030
home: https://www.numpy.org
3131
PyPI: https://pypi.org/project/numpy
3232
summary: NumPy is the fundamental package for array computing with Python.
33-
license: BSD
33+
license: BSD-3-Clause

integration_tests/recipes/orjson/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: orjson
3-
version: 3.10.1
3+
version: 3.10.13
44
top-level:
55
- orjson
66
source:
7-
url: https://files.pythonhosted.org/packages/f5/af/0daa12a907215a5af6d97db8adf301ef14a1b1c651f7e176ee04e0998433/orjson-3.10.1.tar.gz
8-
sha256: a883b28d73370df23ed995c466b4f6c708c1f7a9bdc400fe89165c96c7603204
7+
url: https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.10.13.tar.gz
8+
sha256: eb9bfb14ab8f68d9d9492d4817ae497788a15fd7da72e14dfabc289c3bb088ec
99
requirements:
1010
executable:
1111
- rustup

0 commit comments

Comments
 (0)