Skip to content

Commit 3a3e7be

Browse files
authored
Pin nlohmann_json to the last working version (#53)
1 parent 566e28a commit 3a3e7be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source activate "xeus-cpp"
3232
```
3333
We 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
```
3737
Now you can compile the kernel from the source by executing (replace `$CONDA_PREFIX` with a custom installation prefix if need be)
3838
```bash

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)