Skip to content

Commit

Permalink
fix: add missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jul 3, 2024
1 parent 149cd30 commit cbe9519
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
10 changes: 10 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sphinx_autodoc_typehints
tensorflow==2.15.0
pystow
unicodedata2
jpype1
rdkit
furo
nbsphinx
sphinx_material
sphinx_rtd_theme

0 comments on commit cbe9519

Please sign in to comment.