File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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"
3232```
3333We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
3434``` 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
3636```
3737Now you can compile the kernel from the source by executing (replace ` $CONDA_PREFIX ` with a custom installation prefix if need be)
3838``` bash
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
88 - cxx-compiler
99 # Host dependencies
1010 - xeus-zmq >=1.0.2,<2.0
11- - nlohmann_json
11+ - nlohmann_json=3.11.2
1212 - cppzmq
1313 - xtl
1414 - clangdev >=16,<17
You can’t perform that action at this time.
0 commit comments