summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f0c10a787a5e609dd8b79b3ae1fde52d66c9a97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
pkgbase = python-keras
	pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
	pkgver = 2.0.9
	pkgrel = 3
	url = https://github.com/fchollet/keras
	arch = any
	license = MIT
	makedepends = python
	makedepends = python-setuptools
	makedepends = python-numpy
	makedepends = python-scipy
	makedepends = python-h5py
	makedepends = python-yaml
	makedepends = tensorflow
	makedepends = python2
	makedepends = python2-setuptools
	makedepends = python2-numpy
	makedepends = python2-scipy
	makedepends = python2-h5py
	makedepends = python2-yaml
	source = keras-2.0.9.tar.gz::https://github.com/fchollet/keras/archive/2.0.9.tar.gz
	sha256sums = cb572783074aa0252fc89dc849483652e569158da7438bd2fc1a090d9cd95f83

pkgname = python-keras
	depends = python
	depends = python-numpy
	depends = python-scipy
	depends = python-h5py
	depends = python-yaml
	optdepends = python-theano
	optdepends = python-tensorflow
	optdepends = cudnn

pkgname = python2-keras
	depends = python2
	depends = python2-numpy
	depends = python2-scipy
	depends = python2-h5py
	depends = python2-yaml
	optdepends = python2-theano
	optdepends = cudnn