Skip to content

Commit cfd604d

Browse files
committed
fix: added torch to dipendencies
1 parent dae4320 commit cfd604d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m pip install --upgrade pip
3939
pip install sphinx
4040
pip install -r requirements.txt
41-
pip install -e "fenn/[torch,vision]"
41+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
4242
4343
- name: Generate UML diagrams
4444
run: make uml FENN_PKG=fenn/fenn

conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
sys.path.insert(0, _p)
99
break
1010

11-
autodoc_mock_imports = [
12-
"torch",
13-
]
14-
1511
# -- Project information -----------------------------------------------------
1612
project = "fenn"
1713
copyright = "2026, pyfenn"

0 commit comments

Comments
 (0)