Skip to content

Commit 3547b9d

Browse files
authored
Merge pull request #261 from JohanMabille/upgrade_xeus
Upgraded to xeus 4
2 parents 449e1f3 + 71aa03d commit 3547b9d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ option(XWIDGETS_BUILD_STATIC_LIBS "Build xwidgets static library (default if BUI
7272
# ============
7373

7474
set(xtl_REQUIRED_VERSION 0.7.0)
75-
set(xeus_REQUIRED_VERSION 3.2.0)
75+
set(xeus_REQUIRED_VERSION 5.0.0)
7676
set(xproperty_REQUIRED_VERSION 0.11.0)
7777

7878
if(NOT TARGET xtl)

environment-dev.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ dependencies:
77
- cxx-compiler
88
- ninja
99
# Host dependencies
10-
- xeus>=3.2.0,<4
11-
- cppzmq
10+
- xeus>=5.0.0,<6
1211
- xproperty=0.11.0
13-
- nlohmann_json
12+
- nlohmann_json=3.11.3
1413
# Test dependencies
1514
- doctest >= 2.4.6
1615
- json_schema_validator

0 commit comments

Comments
 (0)