summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: af30fdb60127021960b947e2deded2c4508847f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-onnx
	pkgdesc = Open Neural Network Exchange
	pkgver = 1.13.1
	pkgrel = 1
	epoch = 1
	url = https://onnx.ai
	arch = x86_64
	license = MIT
	makedepends = cmake
	makedepends = git
	makedepends = python-setuptools
	makedepends = python-pip
	depends = protobuf
	depends = python-protobuf
	depends = python-numpy
	depends = python-six
	depends = python-typing_extensions
	source = python-onnx::git+https://github.com/onnx/onnx.git#tag=v1.13.1
	sha512sums = SKIP

pkgname = python-onnx