Skip to content

Commit 011d9e3

Browse files
mcbartondavy39
authored andcommitted
Drop pin on nlohmann_json
1 parent df191a1 commit 011d9e3

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

environment-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dependencies:
99
# Host dependencies
1010
- xeus>=5.0.0
1111
- xeus-zmq<4.0
12-
- nlohmann_json=3.12.0
12+
- nlohmann_json
13+
- nlohmann_json-abi
1314
- CppInterOp
1415
- pugixml
1516
- cpp-argparse

environment-wasm-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: xeus-cpp-wasm-build
22
channels:
3-
- https://repo.prefix.dev/emscripten-forge-dev
4-
- conda-forge
3+
- https://prefix.dev/emscripten-forge-dev
4+
- https://prefix.dev/conda-forge
55
dependencies:
66
- cmake
77
- emscripten_emscripten-wasm32==3.1.73

environment-wasm-host.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: xeus-cpp-wasm-host
22
channels:
3-
- https://repo.prefix.dev/emscripten-forge-dev
4-
- https://repo.mamba.pm/conda-forge
3+
- https://prefix.dev/emscripten-forge-dev
4+
- https://prefix.dev/conda-forge
55
dependencies:
6-
- nlohmann_json=3.12.0
6+
- nlohmann_json
7+
- nlohmann_json-abi
78
- xeus-lite
89
- xeus
910
- CppInterOp

0 commit comments

Comments
 (0)