@@ -40,7 +40,7 @@ source activate "xeus-cpp"
40
40
```
41
41
We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
42
42
``` bash
43
- mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 jupyterlab CppInterOp cpp-argparse" >=3.0,<4.0 " pugixml doctest -c conda-forge
43
+ mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 jupyterlab CppInterOp cpp-argparse pugixml doctest -c conda-forge
44
44
```
45
45
Now you can compile the kernel from the source by executing (replace ` $CONDA_PREFIX ` with a custom installation prefix if need be)
46
46
``` bash
@@ -136,9 +136,14 @@ http://xeus-cpp.readthedocs.io
136
136
- [ argparse] ( https://github.com/p-ranav/argparse )
137
137
- [ CppInterOp] ( https://github.com/compiler-research/CppInterOp )
138
138
139
+ | ` xeus-cpp ` | ` xeus-zmq ` | ` CppInterOp ` | ` pugixml ` | ` nlohmann_json ` |
140
+ | ------------| -----------------| --------------| -----------| -----------------|
141
+ | main | >=3.0.0,<4.0.0 | >=1.5.0 | ~ 1.8.1 | >=3.11.3,<4.0 |
142
+
143
+ Versions ` 0.6.0 ` and prior had a restriction on the exact version of cpp-argparse used
144
+
139
145
| ` xeus-cpp ` | ` xeus-zmq ` | ` CppInterOp ` | ` pugixml ` | ` cpp-argparse ` | ` nlohmann_json ` |
140
146
| ------------| -----------------| --------------| -----------| ---------------| -----------------|
141
- | main | >=3.0.0,<4.0.0 | >=1.5.0 | ~ 1.8.1 | >=3.0,<4.0 | >=3.11.3,<4.0 |
142
147
| 0.6.0 | >=3.0.0,<4.0.0 | >=1.5.0 | ~ 1.8.1 | <3.1 | >=3.11.3,<4.0 |
143
148
| 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~ 1.8.1 | <3.1 | >=3.11.3,<4.0 |
144
149
0 commit comments