diff --git a/README.md b/README.md index 887657de..8f8f0cdd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ source activate "xeus-cpp" ``` We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following ```bash -mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 jupyterlab CppInterOp cpp-argparse"<3.1" pugixml doctest -c conda-forge +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 ``` Now you can compile the kernel from the source by executing (replace `$CONDA_PREFIX` with a custom installation prefix if need be) ```bash @@ -132,7 +132,7 @@ http://xeus-cpp.readthedocs.io | `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cpp-argparse`| `nlohmann_json` | |------------|-----------------|--------------|-----------|---------------|-----------------| -| main | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 | +| main | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | >=3.0,<4.0 | >=3.11.3,<4.0 | | 0.6.0 | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 | | 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 | diff --git a/docs/source/InstallationAndUsage.rst b/docs/source/InstallationAndUsage.rst index 0ece4b01..eb892b8b 100644 --- a/docs/source/InstallationAndUsage.rst +++ b/docs/source/InstallationAndUsage.rst @@ -30,7 +30,7 @@ this environment by executing the following .. code-block:: bash mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 - jupyterlab CppInterOp cpp-argparse<3.1 pugixml doctest -c conda-forge + jupyterlab CppInterOp cpp-argparse">=3.0,<4.0" pugixml doctest -c conda-forge Now you can compile the kernel from the source by executing (replace `$CONDA_PREFIX` with a custom installation prefix if need be)