Skip to content

Commit a697f88

Browse files
IsabelParedesanutosh491
authored andcommitted
Update dependencies
1 parent 0f1eb83 commit a697f88

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

recipes/recipes_emscripten/xeus-cpp/recipe.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ requirements:
1616
build:
1717
- ${{ compiler("cxx") }}
1818
- cmake
19-
- make # [unix]
19+
- make
2020
host:
21-
- nlohmann_json=3.12.0
22-
- xeus-lite >=4.0,<5.0
23-
- xeus >=5.0.0,<6.0
21+
- nlohmann_json
22+
- nlohmann_json-abi
23+
- xeus-lite
24+
- xeus
2425
- cpp-argparse
2526
- pugixml
2627
- CppInterOp
2728
run:
2829
- CppInterOp
29-
- ${{ pin_compatible('nlohmann_json', upper_bound='x.x.x') }}
30-
- ${{ pin_compatible('xeus', upper_bound='x.x') }}
3130

3231
tests:
3332
- script:

0 commit comments

Comments
 (0)