Skip to content

Commit e1e07e0

Browse files
authored
Drop pin on nlohmann json in Emscripten xeus-cpp environment file (#723)
1 parent fe3de3c commit e1e07e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

environment-wasm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: CppInterOp-wasm
22
channels:
3-
- https://repo.prefix.dev/emscripten-forge-dev
3+
- https://prefix.dev/emscripten-forge-dev
4+
- https://prefix.dev/conda-forge
45
dependencies:
56
- emscripten-abi==3.1.73
6-
- nlohmann_json=3.12.0
7+
- nlohmann_json
8+
- nlohmann_json-abi
79
- xeus-lite
810
- xeus
911
- cpp-argparse

0 commit comments

Comments
 (0)