summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18000979a03f..4908e654fc44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-effdet
pkgver=0.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="PyTorch implementation of EfficientDet"
arch=('any')
url="https://github.com/rwightman/efficientdet-pytorch"
license=('APACHE')
-depends=('python-numpy' 'python-timm' 'python-pytorch' 'python-pyyaml' 'python-torchvision')
+depends=('python-numpy' 'python-timm' 'python-pytorch' 'python-pyyaml' 'python-torchvision' 'python-omegaconf')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rwightman/efficientdet-pytorch/archive/refs/tags/v$pkgver.tar.gz")
md5sums=('0eee80ebdf8f9b5d3be772017a3a638e')