From b1f15cfe6df55864c29d14c2929df1519ef69490 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Mon, 17 Jun 2019 18:16:48 +0200 Subject: [PATCH] Use llvmlite 0.29.0, which seems to fix the remaining issues under Windows --- optional_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional_requirements.txt b/optional_requirements.txt index 88d091706..b8c204725 100644 --- a/optional_requirements.txt +++ b/optional_requirements.txt @@ -1,3 +1,3 @@ pycparser z3-solver==4.5.1.0 -llvmlite==0.26.0 +llvmlite==0.29.0