forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ sphinx: | |
python: | ||
version: 3.8 | ||
install: | ||
- requirements: requirements.txt | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |