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
3 changes: 2 additions & 1 deletion recipes/recipes_emscripten/xeus-cpp/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 8f085c0ac8fde263a07c212ba1c2ccd31f6e0b7c0a545c7bf279b7302311c3c8

build:
number: 5
number: 6

requirements:
build:
Expand All @@ -27,6 +27,7 @@ requirements:
run:
- CppInterOp
- "${{ pin_compatible('nlohmann_json', upper_bound='x.x.x') }}"
- xeus >=5.0.0,<6.0

tests:
- script:
Expand Down