-
Notifications
You must be signed in to change notification settings - Fork 3
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
Geoffrey Weal
authored and
Geoffrey Weal
committed
Jan 12, 2024
1 parent
980c4f5
commit 404645c
Showing
3 changed files
with
25 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
File renamed without changes.
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,23 @@ | ||
# File: docs/requirements.txt | ||
# Notes from https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#using-a-configuration-file | ||
# and https://readthedocs.org/projects/sphinx-rtd-tutorial/downloads/pdf/latest/ | ||
|
||
pip | ||
setuptools | ||
numpy | ||
scipy | ||
ase | ||
#Organisms | ||
git+https://github.com/GardenGroupUO/Organisms.git | ||
asap3 | ||
|
||
#sphinx-rtd-theme | ||
#sphinxcontrib-applehelp | ||
#sphinxcontrib-devhelp | ||
#sphinxcontrib-htmlhelp | ||
#sphinxcontrib-jsmath | ||
#sphinxcontrib-qthelp | ||
#sphinxcontrib-serializinghtml | ||
#sphinxcontrib-wiki | ||
#sphinx-tabs | ||
#sphinxcontrib-plantuml==0.18 |