Skip to content

Commit 0e42de7

Browse files
authored
Remove dependencies table
1 parent 786affd commit 0e42de7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -136,26 +136,6 @@ http://xeus-cpp.readthedocs.io
136136
- [argparse](https://github.com/p-ranav/argparse)
137137
- [CppInterOp](https://github.com/compiler-research/CppInterOp)
138138

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-
145-
| `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cpp-argparse`| `nlohmann_json` |
146-
|------------|-----------------|--------------|-----------|---------------|-----------------|
147-
| 0.6.0 | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
148-
| 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
149-
150-
Versions prior to `0.5.0` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl), [clang](https://github.com/llvm/llvm-project/) & [cppzmq](https://github.com/zeromq/cppzmq)
151-
152-
| `xeus-cpp` | `xeus-zmq` | `xtl` | `clang` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` |
153-
|------------|-----------------|-----------------|-----------|-----------|----------|---------------|-----------------|
154-
| 0.4.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 |
155-
| 0.3.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 |
156-
| 0.2.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 |
157-
| 0.1.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 |
158-
159139
## Contributing
160140

161141
See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how to contribute and set up a

0 commit comments

Comments
 (0)