summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe33c3805e6..fb6f5939fd1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-ray
pkgdesc = A fast and simple framework for building and running distributed applications.
pkgver = 0.8.4
- pkgrel = 1
+ pkgrel = 2
url = https://ray.io
arch = x86_64
license = Apache-2.0
makedepends = python
makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = python-pip
makedepends = cython
makedepends = bazel
depends = psmisc
diff --git a/PKGBUILD b/PKGBUILD
index 7d878446f871..b69d261ef4ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ray
pkgver=0.8.4
-pkgrel=1
+pkgrel=2
pkgdesc='A fast and simple framework for building and running distributed
applications.'
arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
'python-scipy: for ray[rllib] module'
'python-msgpack: for ray[streaming] module'
)
-makedepends=(python python-setuptools python-wheel cython bazel)
+makedepends=(python python-setuptools python-wheel python-pip cython bazel)
_pkgname=ray
source=("${_pkgname}-${pkgver}::https://github.com/ray-project/ray/archive/${_pkgname}-$pkgver.tar.gz")
sha256sums=('a47d636200022f0e59defa9e9d57174a649d973a73252c354af404d7256ca203')