blob: 0f8fe1dff053020077b307378cb15c556408ad53 (
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.37.0
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.37.0-py3-none-any.whl
source = https://files.pythonhosted.org/packages/py3/s/sktime/sktime-0.37.0-py3-none-any.whl
sha256sums = c06b219e63cf1925166ab3bf765f48de67d6eec97a4ee5ba32412f13297dbd9c
pkgname = python-sktime
|