Skip to content

Commit

Permalink
Update requirements.txt to include additional dependencies for docume…
Browse files Browse the repository at this point in the history
…ntation build
  • Loading branch information
nimashoghi committed Nov 27, 2024
1 parent 1942d09 commit c7bb94b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def setup(app):

autodoc_mock_imports = [
# "torch",
"pytorch_lightning",
"torch-geometric",
"torchmetrics",
# "pytorch_lightning",
# "torch-geometric",
# "torchmetrics",
]

# Type hints settings
Expand Down
5 changes: 5 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ myst-parser>=0.18.0
sphinx-autodoc-typehints>=1.12.0
sphinx-copybutton>=0.5.0
nshconfig
--index-url https://download.pytorch.org/whl/cpu
torch
ase
scikit-learn
lightning
numpy
torchmetrics

0 comments on commit c7bb94b

Please sign in to comment.