py-theano: added version 1.0.2 (#8400)

This commit is contained in:
Massimiliano Culpo 2018-06-06 13:58:20 +02:00 committed by GitHub
parent e107a50d0a
commit 38ccc07a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ class PyTheano(PythonPackage):
homepage = "http://deeplearning.net/software/theano/"
url = "https://pypi.io/packages/source/T/Theano/Theano-0.8.2.tar.gz"
version('1.0.2', 'fcae24dfa76babe15f5f3c556d67c9f2')
version('1.0.1', 'a38b36c0fdc3126c574163db0a253e69')
version('0.8.2', 'f2d0dfe7df141115201077cd933b2c52')
version('master', git='https://github.com/Theano/Theano.git', branch='master')