Update candle (#6097)
This commit is contained in:
parent
3eb59f6932
commit
932068d725
@ -35,6 +35,16 @@ class CandleBenchmarks(Package):
|
||||
|
||||
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
|
||||
# depends_on('tensorflow')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user