Skip to content

Commit

Permalink
Merge pull request #261 from JohanMabille/upgrade_xeus
Browse files Browse the repository at this point in the history
Upgraded to xeus 4
  • Loading branch information
JohanMabille committed May 29, 2024
2 parents 449e1f3 + 71aa03d commit 3547b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3547b9d

Please sign in to comment.