blob: f65c0a4bf52e7038859095ffad4225893f21988c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-tensordict
pkgdesc = A dictionary-like class that inherits properties from PyTorch tensors
pkgver = 0.12.1
pkgrel = 2
url = https://github.com/pytorch/tensordict
arch = x86_64
license = MIT
makedepends = python-wheel
depends = python
depends = python-cloudpickle
depends = python-orjson
depends = python-pyvers
source = https://github.com/pytorch/tensordict/releases/download/v0.12.1/tensordict-0.12.1-cp314-cp314-manylinux_2_28_x86_64.whl
sha256sums = 79a29c26a1a69ee1372b9cacf7e8bbc8a7dff52ffb335d55da09371a804e178b
pkgname = python-tensordict
|