blob: 68d92f4c2a553117e9c116933cc39d42021b8abf (
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
|
pkgbase = python-torchsde
pkgdesc = Differentiable SDE solvers with GPU support and efficient sensitivity analysis
pkgver = 0.2.6
pkgrel = 2
url = https://github.com/google-research/torchsde
arch = any
license = Apache-2.0
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-numpy
depends = python-scipy
depends = python-pytorch
depends = python-trampoline
source = python-torchsde::git+https://github.com/google-research/torchsde.git#tag=5a63002b0767f629c9bc09e9965a50bf3d583ef8
source = enable-compatibility-with-pytest-8.3.4.patch
sha512sums = SKIP
sha512sums = 8d5c335ba65e48ecb33345462630db7267d736e58686a3720505c0821cd1c527a5d063e16a19f77beeb1df67fbaf1676385d6d78e75e7ab6ea2641573fe1f358
pkgname = python-torchsde
|