Skip to content
Merged
Show file tree
Hide file tree
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 environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ dependencies:
# Host dependencies
- xeus>=5.0.0
- xeus-zmq<4.0
- nlohmann_json=3.12.0
- nlohmann_json
- nlohmann_json-abi
- CppInterOp
- pugixml
- cpp-argparse
Expand Down
4 changes: 2 additions & 2 deletions environment-wasm-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xeus-cpp-wasm-build
channels:
- https://repo.prefix.dev/emscripten-forge-dev
- conda-forge
- https://prefix.dev/emscripten-forge-dev
- https://prefix.dev/conda-forge
dependencies:
- cmake
- emscripten_emscripten-wasm32==3.1.73
7 changes: 4 additions & 3 deletions environment-wasm-host.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: xeus-cpp-wasm-host
channels:
- https://repo.prefix.dev/emscripten-forge-dev
- https://repo.mamba.pm/conda-forge
- https://prefix.dev/emscripten-forge-dev
- https://prefix.dev/conda-forge
dependencies:
- nlohmann_json=3.12.0
- nlohmann_json
- nlohmann_json-abi
- xeus-lite
- xeus
- CppInterOp
Expand Down