Skip to content

Commit

Permalink
points rtd to docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tlestang committed Sep 11, 2020
1 parent 1611900 commit f74809d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sphinx:
python:
version: 3.8
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
19 changes: 19 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Requirements for readthedocs.io
numpy >= 1.16
scipy >= 1.3
pandas >= 0.24
anytree >= 2.4.3
autograd >= 1.2
scikit-fem >= 0.2.0
casadi >= 3.5.0
jax>=0.1.68
jaxlib>=0.1.47
jupyter # For example notebooks
# Note: Matplotlib is loaded for debug plots but to ensure pybamm runs
# on systems without an attached display it should never be imported
# outside of plot() methods.
# Should not be imported
matplotlib >= 2.0
#
guzzle-sphinx-theme
sphinx>=1.5

0 comments on commit f74809d

Please sign in to comment.