Skip to content
Merged
Changes from 2 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
7 changes: 4 additions & 3 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,6 +21,7 @@ requirements:
- python
- libpython
- nlohmann_json
- nlohmann_json-abi
- xeus =5.2.2
- xeus-lite =3.2.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably the xeus + xeus-lite pin needs to be removed too (the next build after the pinned version started promoting a shared build of xeus -> which was then propagated to xeus-python too jupyter-xeus/xeus-python#657 and now with this latest release we should be able to use the shared xeus build)

- pybind11
Expand Down
Loading