Skip to content

Commit

Permalink
Updated cpp-tabulate constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Mar 16, 2023
1 parent b0838a3 commit a1ceea7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ mamba install sphinx breathe doxygen sphinx_rtd_theme

| `xeus-sqlite`| `xeus-zmq` | `SQLite` | `SQLiteCPP` | `tabulate` | `nlohmann_json` | `xvega` |`xvega-bindings`|
|--------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------|----------------|
| master | >=1.0.2, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| master | >=1.0.2, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<1.5 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |

Prior to version 0.6, `xeus-sqlite` was depending on `xeus` instead of `xeus-zmq`:

| `xeus-sqlite`| `xeus` | `SQLite` | `SQLiteCPP` | `tabulate` | `nlohmann_json` | `xvega` |`xvega-bindings`|
|--------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------|----------------|
| 0.5.2 | >=2.4.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.5.1 | >=2.0.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.3.0 | >=1.0.0, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.5.2 | >=2.4.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<1.5 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.5.1 | >=2.0.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<1.5 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.3.0 | >=1.0.0, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<1.5 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.2.0 | >=0.23.9, <0.24 | >=3.30.1, <4 | >=3.0.0, <4 | =1.2.0 | >=3.0.0 | >= 0.0.5 | >= 0.0.3 |
| 0.1.1 | >=0.24.0, <0.25 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.4 | >= 0.0.3 |
| 0.1.1 | >=0.24.0, <0.25 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<1.5 | >=3.0.0 | >= 0.0.4 | >= 0.0.3 |
| 0.1.0 | >=0.23.9, <0.24 | >=3.30.1, <4 | >=3.0.0, <4 | =1.2.0 | >=3.0.0 | >= 0.0.4 | >= 0.0.3 |

## Contributing
Expand Down

0 comments on commit a1ceea7

Please sign in to comment.