Skip to content

Commit 05826b2

Browse files
Update xeus-python from 0.17.4 to 0.17.5 (#2992)
* Update xeus-python from 0.17.4 to 0.17.5 * Add nlohmann_json-abi to xeus-python recipe * Remove xeus pins * Pin pybind11 --------- Co-authored-by: emscripten-forge-bot <[email protected]> Co-authored-by: Isabel Paredes <[email protected]>
1 parent 25ca7c3 commit 05826b2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

recipes/recipes_emscripten/xeus-python/recipe.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
context:
2-
version: 0.17.4
2+
version: 0.17.5
33

44
package:
55
name: xeus-python
66
version: ${{ version }}
77

88
source:
99
url: https://github.com/jupyter-xeus/xeus-python/archive/refs/tags/${{ version }}.tar.gz
10-
sha256: 5b465638561019469c32974998b6f4bcde0b38c243c0b6f50bc5b001a4d78b4f
10+
sha256: 5efd62af29cac84484ea3116c7c7fd1ae7630e4ad085057934f9e61d454ed673
1111

1212
build:
13-
number: 4
13+
number: 0
1414

1515
requirements:
1616
build:
@@ -21,10 +21,11 @@ requirements:
2121
- python
2222
- libpython
2323
- nlohmann_json
24-
- xeus =5.2.2
25-
- xeus-lite =3.2.1
26-
- pybind11
27-
- pybind11_json
24+
- nlohmann_json-abi
25+
- xeus
26+
- xeus-lite
27+
- pybind11 >=2.6.1,<3.0
28+
- pybind11_json >=0.2.6,<0.3
2829
- xtl
2930
- pyjs >=2,<3
3031
- zstd

0 commit comments

Comments
 (0)