From e428134137f05cf08317582e9820e7c43657e972 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 1 Dec 2020 19:43:08 -0800 Subject: [PATCH] [Hotfix] Pin llvmlite for windows build (#12559) --- python/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/requirements.txt b/python/requirements.txt index df338cb12..19b01dfc1 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -54,6 +54,8 @@ moto mypy networkx numba +# higher version of llvmlite breaks windows +llvmlite==0.34.0 openpyxl Pillow; platform_system != "Windows" pygments