summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6047e3f4fe57f700516849cd098a669c7fc4a714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-estool-git
	pkgdesc = Implementation of various Evolution Strategies, such as GA, PEPG, CMA-ES and OpenAI's ES using common interface
	pkgver = r76.b095452
	pkgrel = 2
	url = https://github.com/hardmaru/estool
	arch = x86_64
	license = MIT
	makedepends = python-setuptools
	depends = python-gym
	depends = python-pybullet
	depends = python-pycma
	depends = python-mpi4py
	optdepends = roboschool: roboschool gym environments
	provides = python-estool
	conflicts = python-estool
	source = git+https://github.com/hardmaru/estool.git
	sha256sums = SKIP

pkgname = python-estool-git