Skip to content

Commit 170f28c

Browse files
authored
Use any CppInterOp
1 parent 322d8da commit 170f28c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.0
13+
- CppInterOp
1414
- pugixml
1515
- cpp-argparse>=3.0,<4.0
1616
# Test dependencies

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.5.0
9+
- CppInterOp
1010
- cpp-argparse
1111
- pugixml

0 commit comments

Comments
 (0)