Skip to content
Snippets Groups Projects
Commit a3ecdf1f authored by Matthias Wolf's avatar Matthias Wolf Committed by Adam J. Stewart
Browse files

py-numba: fix py-llvmlite version (#10175)

parent 7f095cee
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ class PyNumba(PythonPackage): ...@@ -23,7 +23,7 @@ class PyNumba(PythonPackage):
# That's why it was chosen as an upper bound in the following depends_on # That's why it was chosen as an upper bound in the following depends_on
# calls. If newer versions maintain backwards compatibility, the calls # calls. If newer versions maintain backwards compatibility, the calls
# can be updated accordingly. # can be updated accordingly.
depends_on('py-llvmlite@0.25', type=('build', 'run'), when='@0.40.1:') depends_on('py-llvmlite@0.25:', type=('build', 'run'), when='@0.40.1:')
depends_on('py-llvmlite@0.20:0.25', type=('build', 'run'), when='@0.35.1') depends_on('py-llvmlite@0.20:0.25', type=('build', 'run'), when='@0.35.1')
depends_on('py-argparse', type=('build', 'run')) depends_on('py-argparse', type=('build', 'run'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment