blob: bc28fc92af60dcc9bedeea68d47bc9589a4dfb05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-py-pde
pkgdesc = Python package for solving partial differential equations
pkgver = 0.24.12
pkgrel = 1
url = https://github.com/zwicker-group/py-pde
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-versioneer
depends = python-sympy
depends = python-scipy
depends = python-numba
depends = python-matplotlib
depends = python-tqdm
optdepends = python-h5py: for storing data in the hierarchical file format
optdepends = python-pandas: for handling tabular data
optdepends = napari: for displaying images interactively
optdepends = python-ipywidgets: for interactive widgets
optdepends = python-numba-mpi: for njittable MPI wrapper
source = py-pde-0.24.12.tar.gz::https://github.com/zwicker-group/py-pde/archive/0.24.12.tar.gz
sha512sums = bde2f763f50f91692d9fe7afb499a2404d04099aa858d2ca0105f2e7ccb85510f79210e25fc67450c12ae1995a0ce53d99c6211900a4d05d6e61edc0c6a14f27
pkgname = python-py-pde
|