summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-07-31 17:56:49 +0200
committerPhilip Goto2018-07-31 17:56:49 +0200
commitaf51c511215b3045f8c9da38ab3d67a126ab8700 (patch)
tree38347e03af769dbe8cec6e5106124cb78516bf5e /PKGBUILD
parent5a33ad63332ff5be001e458a0ad6500493d0f601 (diff)
downloadaur-af51c511215b3045f8c9da38ab3d67a126ab8700.tar.gz
Add depencency versioning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfc7419ff137..3bd965e5e6b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgver=1.2.2
pkgrel=1
pkgdesc="The world's simplest facial recognition api for Python and the command line"
url="https://github.com/ageitgey/face_recognition"
-depends=('python-click'
- 'python-dlib-cuda'
+depends=('python-click>=6.0'
+ 'python-dlib-cuda>=19.3'
'python-face_recognition_models'
'python-numpy'
'python-pillow'
- 'python-scipy')
+ 'python-scipy>=0.19.0')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')