py-scikit-optimize: fix test dependency (#14210)

This commit is contained in:
Adam J. Stewart 2019-12-18 12:47:35 -06:00 committed by GitHub
parent 0607579fd3
commit 09b17ea147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')