@@ -40,7 +40,7 @@ source activate "xeus-cpp"
4040```
4141We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
4242``` 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
4444```
4545Now you can compile the kernel from the source by executing (replace ` $CONDA_PREFIX ` with a custom installation prefix if need be)
4646``` bash
@@ -130,9 +130,14 @@ http://xeus-cpp.readthedocs.io
130130- [ argparse] ( https://github.com/p-ranav/argparse )
131131- [ CppInterOp] ( https://github.com/compiler-research/CppInterOp )
132132
133+ | ` xeus-cpp ` | ` xeus-zmq ` | ` CppInterOp ` | ` pugixml ` | ` nlohmann_json ` |
134+ | ------------| -----------------| --------------| -----------| -----------------|
135+ | main | >=3.0.0,<4.0.0 | >=1.5.0 | ~ 1.8.1 | >=3.11.3,<4.0 |
136+
137+ Versions ` 0.6.0 ` and prior had a restriction on the exact version of cpp-argparse used
138+
133139| ` xeus-cpp ` | ` xeus-zmq ` | ` CppInterOp ` | ` pugixml ` | ` cpp-argparse ` | ` nlohmann_json ` |
134140| ------------| -----------------| --------------| -----------| ---------------| -----------------|
135- | main | >=3.0.0,<4.0.0 | >=1.5.0 | ~ 1.8.1 | >=3.0,<4.0 | >=3.11.3,<4.0 |
136141| 0.6.0 | >=3.0.0,<4.0.0 | >=1.5.0 | ~ 1.8.1 | <3.1 | >=3.11.3,<4.0 |
137142| 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~ 1.8.1 | <3.1 | >=3.11.3,<4.0 |
138143
0 commit comments