Skip to content

Commit

Permalink
Add more dependencies
Browse files Browse the repository at this point in the history
The version numbers come from the Ubuntu 16.04 LTS repository. They
provide a conservative estimate of the lower bound and are known to
be compatible (tested in CI).
  • Loading branch information
jngrad committed Nov 11, 2019
1 parent a281387 commit fb4862e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# required scientific packages
numpy>=1.11.0
h5py>=2.6.0
# optional scientific packages
scipy>=0.17.0
MDAnalysis>=0.16
pint>=0.9
# optional graphical packages
matplotlib>=1.5.1
# CI-related
requests>=2.9.1 # to post on GitHub as espresso-ci
lxml>=3.5.0 # to deploy tutorials
# sphinx and its dependencies
sphinx>=1.6.6,!=2.1.0
sphinxcontrib-bibtex>=0.3.5
Expand Down

0 comments on commit fb4862e

Please sign in to comment.