diff options
author | Sameer Puri | 2022-01-15 08:47:47 -0800 |
---|---|---|
committer | Sameer Puri | 2022-01-15 08:47:47 -0800 |
commit | ff45efd6fab7b14770202e4971253080aa312cc7 (patch) | |
tree | 6b798c2f1883e8eab71da5b14cbd4d06cff41ea5 /PKGBUILD | |
parent | 0ef1baa82d546b7bfd271a99f45643aad9dfc319 (diff) | |
download | aur-ff45efd6fab7b14770202e4971253080aa312cc7.tar.gz |
add deps on absl-py + numpy
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgdesc="Google's Operations Research tools" arch=('x86_64' 'i686' 'aarch64' 'armv7h') url="https://github.com/google/or-tools" license=('Apache2') -depends=('python>=3.6' 'swig' 'python-protobuf') +depends=('python>=3.6' 'swig' 'python-protobuf>=3.19.1' 'absl-py>=0.13' 'python-numpy>=1.13.3') makedepends=('cmake' 'wget' 'lsb-release' 'automake' 'python-wheel' 'python-pip' 'git') optdepends=('cplex: CPLEX solver support') options=(!emptydirs) |