summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiernov2023-05-04 11:28:42 +0200
committerpiernov2023-05-04 11:28:42 +0200
commitca805608b6e72d5a060b937b7dd0d8a7a26b90ac (patch)
treed8f02ed493dca8ff9951efc46fdc39dd8acf43d0 /PKGBUILD
parent2bd211e3b29323bbd3a71476c2ca0a0bc8365a3c (diff)
downloadaur-python-effdet.tar.gz
depends python-omegaconf
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')