Skip to content

Commit 63feb59

Browse files
author
Lucas Einig
committed
Add a Reathedoc dependency
1 parent 023d5cb commit 63feb59

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

docs/conf.py

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
# For the full list of built-in configuration values, see the documentation:
44
# https://www.sphinx-doc.org/en/master/usage/configuration.html
55

6+
# -- Path setup --------------------------------------------------------------
7+
8+
# If extensions (or modules to document with autodoc) are in another directory,
9+
# add these directories to sys.path here. If the directory is relative to the
10+
# documentation root, use os.path.abspath to make it absolute, like shown here.
11+
#
12+
import os
13+
import sys
14+
15+
sys.path.insert(0, os.path.abspath("../"))
16+
617
# -- Project information -----------------------------------------------------
718
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
819

docs/coverage.svg

+21
Loading

docs/requirements.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ sphinxcontrib-serializinghtml==1.1.9
1717
matplotlib-inline==0.1.6
1818
matplotlib==3.8.0
1919
myst_parser==2.0.0
20-
pandas==2.1.1
2120
numpy==1.26.1
21+
scipy==1.13.1
22+
scikit-learn==1.5.1
2223
tqdm==4.66.1
23-
more-itertools==10.1.0
24-
torch==2.1.0
2524
ipykernel==6.26.0
2625
jupyter==1.0.0

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ numpy = ">= 1.20"
2525
matplotlib = ">= 3.5"
2626
scipy = ">= 1.10"
2727
scikit-learn = ">= 1.1"
28-
pandas = ">= 1.3"
2928
notebook = ">= 6.4"
3029
tqdm = ">= 4.62"
31-
more-itertools = "^10.0.0"
3230
jupyter = "^1.0.0"
3331

3432
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)