blob: df0f808af77a46b07005d7447c1e93c40e99bda0 (
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
|
pkgbase = python-wandb-git
pkgdesc = Weights and Biases - organize and analyze machine learning experiments
pkgver = 0.15.6.dev1
pkgrel = 1
url = https://github.com/wandb/client
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python>=3.7
depends = python-gitpython
depends = python-requests
depends = python-click
depends = python-promise
depends = python-shortuuid
depends = python-six
depends = python-watchdog
depends = python-psutil
depends = python-sentry_sdk
depends = python-protobuf
depends = python-pyaml
depends = python-docker-pycreds
depends = python-yaspin
depends = python-setproctitle
provides = python-wandb
conflicts = python-wandb-git
source = python-wandb-git::git+https://github.com/wandb/client
md5sums = SKIP
pkgname = python-wandb-git
|