blob: 73e668ea7aa76c19cfd346122263c8397cfb5e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-torchsde
pkgdesc = Differentiable SDE solvers with GPU support and efficient sensitivity analysis
pkgver = 0.2.6
pkgrel = 1
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
sha512sums = SKIP
pkgname = python-torchsde
|