py-scikit-optimize: fix test dependency (#14210)
This commit is contained in:
parent
0607579fd3
commit
09b17ea147
1 changed files with 2 additions and 3 deletions
|
@ -22,11 +22,10 @@ class PyScikitOptimize(PythonPackage):
|
|||
variant('plots', default=True,
|
||||
description='Build with plot support from py-matplotlib')
|
||||
|
||||
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('py-scikit-learn@0.19.0:', type=('build', 'run'))
|
||||
depends_on('py-scipy@0.14.0:', type=('build', 'run'))
|
||||
depends_on('py-scikit-learn@0.19.1:', type=('build', 'run'))
|
||||
|
||||
depends_on('py-matplotlib', when='+plots')
|
||||
depends_on('py-test@3.3.0:', type='test')
|
||||
depends_on('py-pytest@3.3.0:', type='test')
|
||||
|
|
Loading…
Reference in a new issue