We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 449e1f3 + 71aa03d commit 3547b9dCopy full SHA for 3547b9d
CMakeLists.txt
@@ -72,7 +72,7 @@ option(XWIDGETS_BUILD_STATIC_LIBS "Build xwidgets static library (default if BUI
72
# ============
73
74
set(xtl_REQUIRED_VERSION 0.7.0)
75
-set(xeus_REQUIRED_VERSION 3.2.0)
+set(xeus_REQUIRED_VERSION 5.0.0)
76
set(xproperty_REQUIRED_VERSION 0.11.0)
77
78
if(NOT TARGET xtl)
environment-dev.yml
@@ -7,10 +7,9 @@ dependencies:
7
- cxx-compiler
8
- ninja
9
# Host dependencies
10
-- xeus>=3.2.0,<4
11
-- cppzmq
+- xeus>=5.0.0,<6
12
- xproperty=0.11.0
13
-- nlohmann_json
+- nlohmann_json=3.11.3
14
# Test dependencies
15
- doctest >= 2.4.6
16
- json_schema_validator
0 commit comments