From c13e6608f28494877415c76609d7a38cb268740c Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Thu, 20 Jul 2023 21:18:52 +0200 Subject: [PATCH] Updated depdendencies --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32e29c6..4cab9cd 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,10 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets | `xeus-cling` | `xeus-zmq` | `xtl` | `cling` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` | `dirent` (windows only) | |--------------|-----------------|-----------------|---------------|---------------|----------|---------------|-----------------|-------------------------| -| main | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | -| 0.15.2 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | -| 0.15.1 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | -| 0.15.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| main | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.2 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.1 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | Prior to version 0.15, `xeus-cling` was depending on `cxxopts` instead of `cpp-argparse`.