From c40631090b0c0dba28b12ad478da37895e0a326f 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 51d808f..e85c8df 100644 --- a/flake.nix +++ b/flake.nix @@ -286,7 +286,7 @@ "pygit2" "python-levenshtein" "sipyco" - "llvmlite" + "llvmlite <0.40.0" "llvm-tools" "lld" "tqdm"