Skip to content

Commit e122401

Browse files
authored
Update to use CppInterOp 1.4.0 (#165)
1 parent a173037 commit e122401

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

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

9393
set(xeus_REQUIRED_VERSION 5.0.0)
9494
set(xeus_zmq_REQUIRED_VERSION 3.0.0)
95-
set(CppInterOp_REQUIRED_VERSION 1.3.0)
95+
set(CppInterOp_REQUIRED_VERSION 1.4.0)
9696

9797
if (NOT TARGET xeus AND NOT TARGET xeus-static)
9898
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)

README.md

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

141141
| `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cpp-argparse`| `nlohmann_json` |
142142
|------------|-----------------|--------------|-----------|---------------|-----------------|
143-
| main | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
143+
| main | >=3.0.0,<4.0.0 | >=1.4.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
144144
| 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
145145

146146
Versions prior to `0.5.0` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl), [clang](https://github.com/llvm/llvm-project/) & [cppzmq](https://github.com/zeromq/cppzmq)

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- xeus>=5.0.0
1111
- xeus-zmq>=3.0,<4.0
1212
- nlohmann_json=3.11.3
13-
- CppInterOp>=1.3.0
13+
- CppInterOp>=1.4.0
1414
- pugixml
1515
- cpp-argparse <3.1
1616
- zlib

environment-wasm-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- nlohmann_json
77
- xeus-lite
88
- xeus
9-
- CppInterOp>=1.3.0
9+
- CppInterOp>=1.4.0
1010
- cpp-argparse
1111
- pugixml

0 commit comments

Comments
 (0)