blob: 05e898b9812ad39490cf8a44d4291e28e748d494 (
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.36.0
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.36.0
sha512sums = SKIP
pkgname = python-modelscope
|