From aedc51d93b985f4541ef9934a853c4ba196fadc7 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Sun, 13 Apr 2025 22:49:30 +0530 Subject: [PATCH] Pinning nlohmann_json version for xeus-cpp-lite --- environment-wasm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-wasm.yml b/environment-wasm.yml index d8aff9777..262f18443 100644 --- a/environment-wasm.yml +++ b/environment-wasm.yml @@ -3,9 +3,9 @@ channels: - https://repo.prefix.dev/emscripten-forge-dev dependencies: - emscripten-abi==3.1.73 - - nlohmann_json + - nlohmann_json=3.11.3 - xeus-lite - xeus - cpp-argparse - pugixml - - doctest \ No newline at end of file + - doctest