forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
34 lines (34 loc) · 731 Bytes
/
requirements.txt
File metadata and controls
34 lines (34 loc) · 731 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
# required scientific packages
numpy>=1.14.0
h5py>=2.7.1
# optional scientific packages
scipy>=0.19.0
MDAnalysis>=0.18
pint>=0.9
# optional packages for graphics and external devices
matplotlib>=2.1.1
vtk>=7.1.1
PyOpenGL>=3.1.0
mayavi>=4.5.0
pyface
pygame>=1.9.6
traits>=4.6.0
traitsui>=4.5.1
# CI-related
requests>=2.18.4 # to post on GitHub as espresso-ci
lxml>=4.2.1 # to deploy tutorials
# sphinx and its dependencies
sphinx>=1.6.7,!=2.1.0,!=3.0.0
sphinxcontrib-bibtex>=0.3.5
# jupyter dependencies
jupyter_contrib_nbextensions==0.5.1
# pep8 and its dependencies
autopep8==1.3.4
pycodestyle==2.3.1
# pylint and its dependencies
pylint>=2.2.2
astroid>=2.1.0
isort>=4.3.4
setuptools>=39.0.1
pre-commit>=2.2.0
cmake-format==0.6.9