Skip to content

Commit 12c4570

Browse files
authored
Change way cppinterop lower bound is defined in xeus-cpp environment files (#439)
1 parent 82532a3 commit 12c4570

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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<4.0
1212
- nlohmann_json
1313
- nlohmann_json-abi
14-
- CppInterOp>1.7.0
14+
- CppInterOp>=1.8
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.7.0
10+
- CppInterOp>=1.8
1111
- cpp-argparse
1212
- pugixml
1313
- doctest

0 commit comments

Comments
 (0)