blob: 614593866c7b2da8a47fab645ff1bfcacaeabc54 (
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-findpeaks
pkgdesc = Detection of peaks and valleys in vectors and images
pkgver = 2.7.5
pkgrel = 1
url = https://erdogant.github.io/findpeaks/
arch = any
license = MIT
checkdepends = python-opencv
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-adjusttext
depends = python-caerus
depends = python-joblib
depends = python-matplotlib
depends = python-numpy
depends = python-pandas
depends = python-requests
depends = python-scipy
depends = python-tqdm
depends = python-xarray
optdepends = python-opencv: for working with images and loading examples
optdepends = python-tabulate: to run example scripts
source = https://files.pythonhosted.org/packages/source/f/findpeaks/findpeaks-2.7.5.tar.gz
source = change_opencv_message.patch
sha256sums = a84f2badc9cb8bde444e0348e24834ff0522a152db35ee3b86ba561417641c91
sha256sums = 7d62b65268fa50830ad071ca1f92fe7165f09d3bebbde362c88c3bcd73bf32f9
pkgname = python-findpeaks
|