New version: py-theano 1.0.5 (#27631)
This commit is contained in:
parent
60e683f5d3
commit
90b4f55001
1 changed files with 2 additions and 1 deletions
|
@ -15,12 +15,13 @@ class PyTheano(PythonPackage, CudaPackage):
|
|||
git = "https://github.com/Theano/Theano.git"
|
||||
|
||||
version('master', branch='master')
|
||||
version('1.0.5', sha256='6e9439dd53ba995fcae27bf20626074bfc2fff446899dc5c53cb28c1f9202e89')
|
||||
version('1.0.4', sha256='35c9bbef56b61ffa299265a42a4e8f8cb5a07b2997dabaef0f8830b397086913')
|
||||
version('1.0.2', sha256='6768e003d328a17011e6fca9126fbb8a6ffd3bb13cb21c450f3e724cca29abde')
|
||||
version('1.0.1', sha256='88d8aba1fe2b6b75eacf455d01bc7e31e838c5a0fb8c13dde2d9472495ff4662')
|
||||
version('0.8.2', sha256='7463c8f7ed1a787bf881f36d38a38607150186697e7ce7e78bfb94b7c6af8930')
|
||||
|
||||
depends_on('python@2.6:2.8,3.3:')
|
||||
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))
|
||||
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-numpy@1.9.1:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue