summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2af974efc7e..070294ca1be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,23 @@
_pkgname=mmsegmentation
pkgname=python-mmsegmentation
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='OpenMMLab Semantic Segmentation Toolbox and Benchmark'
arch=('any')
url='https://github.com/open-mmlab/mmsegmentation'
-license=('Apache')
+license=('Apache-2.0')
depends=(
python-matplotlib
+ python-mmengine
python-mmpretrain
python-mmcv
python-numpy
+ python-opencv
+ python-pillow
python-prettytable
+ python-pytorch
+ python-scipy
)
makedepends=(
python-build