From 71aa03dad8344dabcd5b854cd397273da4b643dc Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 30 Apr 2024 22:50:02 +0200 Subject: [PATCH] Upgraded to xeus 5 --- CMakeLists.txt | 2 +- environment-dev.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9146df0..3261d2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ option(XWIDGETS_BUILD_STATIC_LIBS "Build xwidgets static library (default if BUI # ============ set(xtl_REQUIRED_VERSION 0.7.0) -set(xeus_REQUIRED_VERSION 3.2.0) +set(xeus_REQUIRED_VERSION 5.0.0) set(xproperty_REQUIRED_VERSION 0.11.0) if(NOT TARGET xtl) diff --git a/environment-dev.yml b/environment-dev.yml index 3ae3b39..1a89e1c 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -7,10 +7,9 @@ dependencies: - cxx-compiler - ninja # Host dependencies -- xeus>=3.2.0,<4 -- cppzmq +- xeus>=5.0.0,<6 - xproperty=0.11.0 -- nlohmann_json +- nlohmann_json=3.11.3 # Test dependencies - doctest >= 2.4.6 - json_schema_validator