summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrougnouf2018-05-13 15:51:02 +0200
committertrougnouf2018-05-13 15:51:02 +0200
commit1eedbf9975729d1552ce9b528bd1af0b2c1f7cff (patch)
treeab8c38d2245699eea89a5bb4483c7cf8d26b65f2 /PKGBUILD
parent2e02e474d95398c49cb3c56ba529266d8803722f (diff)
downloadaur-openai-baselines-git.tar.gz
add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d584c29045c..53aa828a2a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_name='baselines'
pkgname="openai-${_name}-git"
pkgver=r121.9cf95a0
-pkgrel=2
+pkgrel=4
pkgdesc='High-quality implementations of reinforcement learning algorithms'
provides=(openai-${_name})
url="https://github.com/openai/${_name}"
-depends=('python' 'openmpi')
+depends=('python' 'openmpi' 'python-cloudpickle' 'python-tqdm' 'python-gym-git' 'python-joblib' 'python-pyzmq' 'python-dill' 'python-progressbar' 'python-mpi4py' 'python-tensorflow' 'python-click')
makedepends=('cmake' 'python-setuptools')
license=('MIT')
arch=('x86_64')