From ff02e6e2ff7a4d13967f82b9a0405891b8ffd38a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 7 Jun 2023 20:48:46 +0800 Subject: [PATCH] conda: restrict llvmlite version attempt to address https://github.com/m-labs/artiq/issues/2050#issuecomment-1579132668 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8a98c1e..2f9f2a0 100644 --- a/flake.nix +++ b/flake.nix @@ -334,7 +334,7 @@ "pygit2" "python-levenshtein" "sipyco" - "llvmlite" + "llvmlite <0.40.0" "llvm-tools" "lld" "tqdm"