blob: d6e731f4061208e58618613522c77c0787cf3e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-sktime
pkgdesc = A unified framework for machine learning with time series
pkgver = 0.40.1
pkgrel = 1
url = https://github.com/sktime/sktime
arch = any
license = BSD-3-Clause
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.9
depends = python-joblib>=1.2.0
depends = python-numpy>=1.21
depends = python-packaging
depends = python-pandas>=1.1
depends = python-scikit-base>=0.6.1
depends = python-scikit-learn>=0.24
depends = python-scipy>=1.2
noextract = sktime-0.40.1-py3-none-any.whl
source = https://files.pythonhosted.org/packages/py3/s/sktime/sktime-0.40.1-py3-none-any.whl
sha256sums = 130bb0c39ca4377e491c4dfa64c8ac67c3de2660dd406dd7690db6a8ac349c4e
pkgname = python-sktime
|