blob: 5fd237a66bba26397a4d07cc03ce2cc4a24b2963 (
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
25
26
27
28
29
30
31
32
33
|
pkgbase = python-py-pde
pkgdesc = Python package for solving partial differential equations
pkgver = 0.44.0
pkgrel = 1
url = https://github.com/zwicker-group/py-pde
arch = any
license = MIT
checkdepends = python-pytest-cov
checkdepends = python-h5py-openmpi
checkdepends = python-pandas
checkdepends = jupyter-notebook
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-matplotlib
depends = python-numba
depends = python-scipy
depends = python-sympy
depends = python-tqdm
optdepends = python-h5py: storing data in the hierarchical file format
optdepends = python-ipywidgets: jupyter notebook support
optdepends = python-mpi4py: parallel processing using MPI
optdepends = napari: displaying images interactively
optdepends = python-numba-mpi: parallel processing using MPI+numba
optdepends = python-pandas: handling tabular data
optdepends = python-pyfftw: Faster Fourier transforms
optdepends = python-rocket-fft: Numba-compiled fast Fourier transforms
optdepends = python-ffmpeg-python: creating movies from matplotlib figures
source = py-pde-0.44.0.tar.gz::https://github.com/zwicker-group/py-pde/archive/0.44.0.tar.gz
sha512sums = a11c7b9815f290c18e6c2b79899c5813fdd5a4e2af83515b5bf1ad665135628507a8e2b6922d961f2d8ca3510c4fa2caee9fdeae770df65b21613d250856100b
pkgname = python-py-pde
|