@@ -59,7 +59,7 @@ The ongoing effort to package xeus-python for pip takes place in the [xeus-pytho
59
59
Or you can install it from the sources, you will first need to install dependencies
60
60
61
61
``` bash
62
- mamba install cmake xeus xeus-zmq nlohmann_json cppzmq xtl pybind11 pybind11_json xeus-python-shell jupyterlab -c conda-forge
62
+ mamba install cmake xeus xeus-zmq nlohmann_json pybind11 pybind11_json xeus-python-shell jupyterlab -c conda-forge
63
63
```
64
64
65
65
Then you can compile the sources (replace ` $CONDA_PREFIX ` with a custom installation prefix if need be)
@@ -159,12 +159,12 @@ Long story short:
159
159
- [ nlohmann_json] ( https://github.com/nlohmann/json )
160
160
- [ xeus-python-shell] ( https://github.com/jupyter-xeus/xeus-python-shell )
161
161
162
- | ` xeus-python ` | ` xeus-zmq ` | ` cppzmq ` | ` nlohmann_json ` | ` pybind11 ` | ` pybind11_json ` | ` pygments ` | ` debugpy ` | ` xeus-python-shell ` |
163
- | --------------| ------------------| ----------| ----------------- | ----------------| -------------------| -------------------| -----------| - --------------------|
164
- | main | >=3.0,<4.0 | ~ 4.4.1 | >=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
165
- | 0.17.x | >=3.0,<4.0 | ~ 4.4.1 | >=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
162
+ | ` xeus-python ` | ` xeus-zmq ` | ` nlohmann_json ` | ` pybind11 ` | ` pybind11_json ` | ` pygments ` | ` debugpy ` | ` xeus-python-shell ` |
163
+ | --------------| ------------------| ----------------| ----------------| -------------------| -------------------| -----------| --------------------|
164
+ | main | >=3.0,<4.0 | >=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
165
+ | 0.17.x | >=3.0,<4.0 | >=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
166
166
167
- Prior vo version 0.17, `` xeus-python `` was also depending on [ xtl] ( https://github.com/xtensor-stack/xtl ) :
167
+ Prior vo version 0.17, `` xeus-python `` was also depending on [ xtl] ( https://github.com/xtensor-stack/xtl ) & [ cppzmq ] ( https://github.com/zeromq/cppzmq ) :
168
168
169
169
| ` xeus-python ` | ` xeus-zmq ` | ` xtl ` | ` cppzmq ` | ` nlohmann_json ` | ` pybind11 ` | ` pybind11_json ` | ` pygments ` | ` debugpy ` | ` xeus-python-shell ` |
170
170
| --------------| ------------------| -----------------| ----------| -----------------| ----------------| -------------------| -------------------| -----------| ---------------------|
0 commit comments