From f53539fe6028a04b26a12441dbdb30a8deae12b4 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Mon, 3 Mar 2025 08:41:27 +0530 Subject: [PATCH 1/4] Bump CppInterOp to 1.6.0 --- environment-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-dev.yml b/environment-dev.yml index e4285d7c..9fb7debb 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -10,7 +10,7 @@ dependencies: - xeus>=5.0.0 - xeus-zmq>=3.0,<4.0 - nlohmann_json=3.11.3 - - CppInterOp>=1.5.0 + - CppInterOp>=1.6.0 - pugixml - cpp-argparse>=3.0,<4.0 # Test dependencies From af19b8c3324c781bc1c1b6608b49c31fe2262825 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Mon, 3 Mar 2025 08:42:34 +0530 Subject: [PATCH 2/4] Update environment-wasm-host.yml --- environment-wasm-host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-wasm-host.yml b/environment-wasm-host.yml index da8170f5..65dc04a9 100644 --- a/environment-wasm-host.yml +++ b/environment-wasm-host.yml @@ -6,6 +6,6 @@ dependencies: - nlohmann_json - xeus-lite - xeus - - CppInterOp>=1.5.0 + - CppInterOp>=1.6.0 - cpp-argparse - pugixml From a5f5d84d8a817bd0b2a106d544db60c79780c603 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Mon, 3 Mar 2025 11:52:31 +0530 Subject: [PATCH 3/4] Update environment-dev.yml --- environment-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-dev.yml b/environment-dev.yml index 9fb7debb..10b6092e 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -10,7 +10,7 @@ dependencies: - xeus>=5.0.0 - xeus-zmq>=3.0,<4.0 - nlohmann_json=3.11.3 - - CppInterOp>=1.6.0 + - CppInterOp - pugixml - cpp-argparse>=3.0,<4.0 # Test dependencies From 5465510688bd1e426f07a1de87ca1c728c662b71 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Mon, 3 Mar 2025 11:52:52 +0530 Subject: [PATCH 4/4] Update environment-wasm-host.yml --- environment-wasm-host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-wasm-host.yml b/environment-wasm-host.yml index 65dc04a9..896ea48d 100644 --- a/environment-wasm-host.yml +++ b/environment-wasm-host.yml @@ -6,6 +6,6 @@ dependencies: - nlohmann_json - xeus-lite - xeus - - CppInterOp>=1.6.0 + - CppInterOp - cpp-argparse - pugixml