add missing dependency to py-scikit-image (#6446)
This commit is contained in:
parent
ca90372f74
commit
86e771bdb3
@ -43,3 +43,4 @@ class PyScikitImage(PythonPackage):
|
||||
depends_on('py-scipy', type=('build', 'run'))
|
||||
depends_on('py-matplotlib', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-cython@0.23.4:', type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user