Specified Maximum Matplotlib for Candle (#9425)

Specifying that Candle-benchmarks requires matplotlib 2.x due to
matplotlib 3.x requiring python 3.x
This commit is contained in:
Robert Pavel 2018-10-03 11:47:17 -06:00 committed by Christoph Junghans
parent a97e9cb282
commit 479e71a832

View File

@ -41,7 +41,7 @@ class CandleBenchmarks(Package):
extends('python@2.7:')
depends_on('py-theano +gpu', type=('build', 'run'))
depends_on('py-keras', type=('build', 'run'))
depends_on('py-matplotlib +image', type=('build', 'run'))
depends_on('py-matplotlib +image@:2.2.3', type=('build', 'run'))
depends_on('py-tqdm', type=('build', 'run'))
depends_on('py-scikit-learn', type=('build', 'run'))
depends_on('opencv@3.2.0: +core +highgui +imgproc +jpeg +png +tiff +zlib +python -dnn ~eigen')