Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions recipes/recipes_emscripten/xeus-python/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
context:
version: 0.17.4
version: 0.17.5

package:
name: xeus-python
version: ${{ version }}

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

build:
number: 4
number: 0

requirements:
build:
Expand All @@ -21,10 +21,11 @@ requirements:
- python
- libpython
- nlohmann_json
- xeus =5.2.2
- xeus-lite =3.2.1
- pybind11
- pybind11_json
- nlohmann_json-abi
- xeus
- xeus-lite
- pybind11 >=2.6.1,<3.0
- pybind11_json >=0.2.6,<0.3
- xtl
- pyjs >=2,<3
- zstd
Expand Down