blob: 39e9af4cebd38a4a14defc5770762c3dddefbfa5 (
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
|
pkgbase = python-replicate-git
pkgdesc = A library to run machine learning models in the cloud from your own code, without having to set up any servers.
pkgver = 1.0.3+3.r273.20241115.07c8fbb
pkgrel = 1
url = https://replicate.com/
arch = any
license = Apache
checkdepends = python-packaging>=21.3
checkdepends = python-pytest>=7.1.2
checkdepends = python-responses>=0.21.0
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python>=3.6
depends = python-numpy
depends = python-packaging
depends = python-pydantic
depends = python-requests
provides = python-replicate=1.0.3+3.r273.20241115.07c8fbb
conflicts = python-replicate
source = python-replicate::git+https://github.com/replicate/replicate-python.git
sha256sums = SKIP
pkgname = python-replicate-git
|