blob: 82bf1185a7d35ecdfa6ceec1108d4eaba2978d8a (
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
32
33
34
35
36
37
38
39
40
|
pkgbase = python-coremltools
pkgdesc = Community Tools for Core ML
pkgver = 9.0
pkgrel = 1
url = https://github.com/apple/coremltools
arch = any
license = BSD-3-Clause
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-parameterized
depends = python-pytorch
depends = python-scipy
depends = python-transformers
depends = python-numpy
depends = python-mock
depends = python-cattrs
depends = python-pytest
depends = python-pandas
depends = python-requests
depends = python-attrs
depends = python-scikit-learn
depends = python-packaging
depends = python-pillow
depends = python-graphviz
depends = python-protobuf
depends = python-yaml
depends = python-filelock
depends = python-sympy
depends = python-tabulate
depends = python-tqdm
depends = python-tensorflow
depends = python-xgboost
depends = python-torchao
source = https://files.pythonhosted.org/packages/source/c/coremltools/coremltools-9.0.tar.gz
sha256sums = 4ff346b29c31c4b45acd19a20e0f0a1ac65180a96776e62f15bd5c46f4926687
pkgname = python-coremltools
|