summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c323d57662d1..a7c88eecc352 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-detectron2
pkgdesc = FAIR's next-generation platform for object detection and segmentation
pkgver = 0.6
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/facebookresearch/detectron2
arch = x86_64
license = Apache-2.0
@@ -20,7 +20,6 @@ pkgbase = python-detectron2
depends = python-hydra-core
depends = python-iopath
depends = python-matplotlib
- depends = python-mock
depends = python-omegaconf
depends = python-opencv
depends = python-pillow
@@ -47,7 +46,6 @@ pkgname = python-detectron2
depends = python-hydra-core
depends = python-iopath
depends = python-matplotlib
- depends = python-mock
depends = python-omegaconf
depends = python-opencv
depends = python-pillow
@@ -72,7 +70,6 @@ pkgname = python-detectron2-cuda
depends = python-hydra-core
depends = python-iopath
depends = python-matplotlib
- depends = python-mock
depends = python-omegaconf
depends = python-opencv
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index 1683eb71dd4d..38c84d359d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _CUDA_ARCH_LIST="6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6;8.9;9.0;9.0+PTX"
pkgname=(python-detectron2 python-detectron2-cuda)
_pkgname=detectron2
pkgver=0.6
-pkgrel=9
+pkgrel=10
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'
@@ -18,7 +18,6 @@ depends=(
python-hydra-core
python-iopath
python-matplotlib
- python-mock
python-omegaconf
python-opencv
python-pillow