forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (48 loc) · 880 Bytes
/
requirements.txt
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
# build system
cython>=0.29.21,<3.0.10
setuptools>=68.1.2
packaging>=24.0
# required scientific packages
numpy>=1.26.4,<2.2
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
# waLBerla dependencies
pystencils==1.3.3
lbmpy==1.3.3
sympy==1.9
islpy==2022.2.1
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
numpydoc>=1.6.0
pybtex>=0.24.0
# jupyter dependencies
jupyterlab>=3.5
ipykernel>=6.29.3
nbformat==5.9.1
nbconvert==6.5.3
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