From ad39c76a560bcbe077effad3c870e28a297dbc09 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 2 Dec 2018 06:40:00 +0800 Subject: [PATCH] conda: fix llvmlite dependency --- conda/artiq/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 3b696aded..548b68f49 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -26,7 +26,7 @@ requirements: - setuptools 33.1.1 run: - python >=3.5.3,<3.6 - - llvmlite-artiq 0.23.0.dev py35_4 + - llvmlite-artiq 0.23.0.dev py35_5 - binutils-or1k-linux >=2.27 - pythonparser >=1.1 - openocd 0.10.0 6