Update candle (#6097)

This commit is contained in:
Brian Van Essen 2017-11-01 22:58:55 -07:00 committed by Christoph Junghans
parent 3eb59f6932
commit 932068d725

View File

@ -35,6 +35,16 @@ class CandleBenchmarks(Package):
version('1.0', '6eced30dc15374bc9f90a86d0396e470') version('1.0', '6eced30dc15374bc9f90a86d0396e470')
depends_on('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-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')
depends_on('py-mdanalysis', type=('build', 'run'))
depends_on('py-mpi4py', type=('build', 'run'))
# see #3244, but use external for now # see #3244, but use external for now
# depends_on('tensorflow') # depends_on('tensorflow')