-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (50 loc) · 909 Bytes
/
requirements.txt
File metadata and controls
50 lines (50 loc) · 909 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# build system
cython>=3.0.4,<3.2.0
setuptools>=68.1.2
packaging>=24.0
# required scientific packages
numpy>=1.26.4
h5py>=3.10.0
# optional scientific packages
scipy>=1.11.4
pandas>=1.3.5
pint>=0.19.2
ase>=3.22.1
# optional packages for graphics and external devices
matplotlib>=3.6.3
vtk>=9.1.0
PyOpenGL>=3.1.5
pygame>=2.1.2
zndraw~=0.6.0
# waLBerla dependencies
pystencils==1.4.0
lbmpy==1.4.0
sympy==1.12.1
islpy>=2024
jinja2>=3.1.2
# CI-related
requests>=2.32.0
lxml>=5.1.0
coverage>=7.4.4
# sphinx and its dependencies
sphinx>=7.2.6
sphinx-toggleprompt==0.5.2
sphinxcontrib-bibtex>=2.6.2
sphinx-tabs>=3.4.4
numpydoc>=1.6.0
pybtex>=0.24.0
# jupyter dependencies
jupyterlab>=4.0.11
ipykernel>=6.30.1
nbformat~=5.10.4
nbconvert~=7.17.0
tqdm>=4.66.2
# linters and their dependencies
pep8==1.7.1
autopep8==2.1.0
pycodestyle==2.11.1
pylint>=3.0.3
astroid>=3.0.2
isort>=5.6.4
pre-commit>=3.6.2
cmakelang==0.6.13