blob: e5de80fffd69f27bef3b936ac8349ae658ae0d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-modelscope
pkgdesc = ModelScope: bring the notion of Model-as-a-Service to life.
pkgver = 1.37.1
pkgrel = 2
url = https://www.modelscope.cn/
arch = any
license = Apache
makedepends = python-pip
depends = python
depends = python-filelock
depends = python-requests>=2.25
depends = python-setuptools
depends = python-tqdm>=4.64.0
depends = python-urllib3>=1.26
source = git+https://github.com/modelscope/modelscope.git#tag=v1.37.1
sha512sums = SKIP
pkgname = python-modelscope
|