Skip to content

Commit e970fc1

Browse files
committed
More to docs
1 parent df4c5cd commit e970fc1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
python-version: '3.13'
3333

3434
# Install all dependencies
35-
- run: pip install -e .
35+
# Use CPU version of torch and torchvision to speed up the CI
36+
- run: pip install -e . --index-url https://download.pytorch.org/whl/cpu
3637
- run: pip install pdoc
3738
# Build the documentation into docs/
3839
- run: pdoc --docformat google -o docs/ metko

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
dependencies = [
2020
"numpy",
2121
"scipy",
22+
"scikit-image",
2223
"matplotlib",
2324
"seaborn",
2425
"numba",

0 commit comments

Comments
 (0)