Skip to content

Commit 506b645

Browse files
mcbartonvgvassilev
authored andcommitted
Require cppinterop v1.9.0 for next xeus-cpp
1 parent 96beb1c commit 506b645

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ endif()
9090

9191
set(xeus_REQUIRED_VERSION 6.0.0)
9292
set(xeus_zmq_REQUIRED_VERSION 4.0.0)
93-
set(CppInterOp_REQUIRED_VERSION 1.8.0)
93+
set(CppInterOp_REQUIRED_VERSION 1.9.0)
9494
set(xeus_lite_REQUIRED_VERSION 5.0.0)
9595

9696
if (NOT TARGET xeus AND NOT TARGET xeus-static)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ http://xeus-cpp.readthedocs.io
206206

207207
| `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cpp-argparse`| `nlohmann_json` |
208208
|------------|-----------------|--------------|-----------|---------------|-----------------|
209-
| main | 4.0.0 | 1.8.0 | 1.15 | 3.2 | 3.12.0 |
209+
| main | 4.0.0 | 1.9.0 | 1.15 | 3.2 | 3.12.0 |
210210

211211
## Contributing
212212

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- xeus-zmq
1212
- nlohmann_json
1313
- nlohmann_json-abi
14-
- CppInterOp>=1.8
14+
- CppInterOp>=1.9
1515
- pugixml
1616
- cpp-argparse
1717
# Test dependencies

environment-wasm-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- nlohmann_json-abi
88
- xeus-lite
99
- xeus
10-
- CppInterOp>=1.8
10+
- CppInterOp>=1.9
1111
- cpp-argparse
1212
- pugixml
1313
- doctest

0 commit comments

Comments
 (0)