blob: 6ed8b081dd28f02f5f6a68634f6431c3335c3e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-imagededup-git
pkgdesc = Python library to find duplicate images using hashing and CNNs
pkgver = 0.3.3.post2.0.gf0534a6
pkgrel = 1
url = https://github.com/idealo/imagededup
arch = x86_64
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-pytest-mock
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = cython
depends = python
depends = python-numpy
depends = python-scipy
depends = python-scikit-learn
depends = python-pillow
depends = python-pytorch
depends = python-torchvision
depends = python-pywavelets
depends = python-tqdm
depends = python-matplotlib
provides = python-imagededup
conflicts = python-imagededup
source = git+https://github.com/idealo/imagededup.git
md5sums = SKIP
pkgname = python-imagededup-git
|