From 1bd7a1ec3e5a52b18f51a72ef5bfa66a5294a59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Thu, 16 Jun 2022 09:13:58 +0200 Subject: [PATCH] Install llvmlite via wheel so it doesn't depend on the OS LLVM installation --- optional_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/optional_requirements.txt b/optional_requirements.txt index e8e1782ce..044f71869 100644 --- a/optional_requirements.txt +++ b/optional_requirements.txt @@ -1,4 +1,5 @@ pycparser z3-solver==4.8.7.0 -llvmlite==0.31.0 +wheel +llvmlite parameterized~=0.8.1