Skip to content

Commit

Permalink
Pin version of llvmlite supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Mar 2, 2016
1 parent 0e1a32b commit e8bd18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -15,7 +15,7 @@ the LLVM_CONFIG environment variable appropriately.

On Debian/Ubuntu-like Linuxes::

$ sudo apt install libedit-dev llvm-dev-3.6
$ sudo apt install libedit-dev llvm-3.6-dev zlib1g-dev
$ export LLVM_CONFIG=llvm-config-3.6

On OSX::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
'docopt',
'future',
'grako',
'llvmlite',
'llvmlite<0.9.0',
'whichcraft',
] + enum_requires,

Expand Down

0 comments on commit e8bd18c

Please sign in to comment.