File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ source activate "xeus-cpp"
32
32
```
33
33
We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
34
34
``` bash
35
- mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json cppzmq xtl jupyterlab clangdev=16 cpp-argparse pugixml doctest -c conda-forge
35
+ mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.2 cppzmq xtl jupyterlab clangdev=16 cpp-argparse pugixml doctest -c conda-forge
36
36
```
37
37
Now you can compile the kernel from the source by executing (replace ` $CONDA_PREFIX ` with a custom installation prefix if need be)
38
38
``` bash
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
8
8
- cxx-compiler
9
9
# Host dependencies
10
10
- xeus-zmq >=1.0.2,<2.0
11
- - nlohmann_json
11
+ - nlohmann_json=3.11.2
12
12
- cppzmq
13
13
- xtl
14
14
- clangdev >=16,<17
You can’t perform that action at this time.
0 commit comments