summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-03-22 04:18:41 +0800
committerlilac2024-03-22 04:18:41 +0800
commit2ce966e68f9a5b783eb1c9a9d6016c4c13405c06 (patch)
tree0a68a2a0584d6f3d421bd5a88f7937de16fd0862 /PKGBUILD
parent2edaaca45e2c1366e44174c55d5ca5e6e91ee579 (diff)
downloadaur-python-mmsegmentation.tar.gz
[lilac] updated to 1:1.2.2-2
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