Skip to content

Commit 10562a1

Browse files
committed
fix: Missing dependencies
Addition of Sphinx dependencies in requirements.txt
1 parent dd855f9 commit 10562a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ pandas>=2.1.1,<3.0.0
44
nltk>=3.8.1,<4.0.0
55
plotly>=5.22.0,<6.0.0
66
scikit-learn>=1.5.1,<2.0.0
7+
sphinx-rtd-theme>=1.0.0,<2.0.0
8+
sphinxcontrib-bibtex>=2.4.1,<3.0.0
9+
sphinx>=7.2.6,<8.0.0
710
tomli>=2.0.1,<3.0.0; python_version < "3.11"

0 commit comments

Comments
 (0)