Skip to content

Commit

Permalink
Allow pip to install more recent llvmlite versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CLOVIS-AI committed Jun 16, 2022
1 parent c76516b commit 5e7326d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion optional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
pycparser
z3-solver==4.8.7.0
llvmlite==0.31.0

# llvmlite versions are compatible with a single LLVM version,
# see https://pypi.org/project/llvmlite/
# To install a pre-built binary bundling the correct LLVM version,
# install 'wheel' before 'llvmlite'
llvmlite>=0.31.0

parameterized~=0.8.1

0 comments on commit 5e7326d

Please sign in to comment.