1 parent df4c5cd commit e970fc1Copy full SHA for e970fc1
2 files changed
.github/workflows/docs.yml
@@ -32,7 +32,8 @@ jobs:
32
python-version: '3.13'
33
34
# Install all dependencies
35
- - run: pip install -e .
+ # 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
37
- run: pip install pdoc
38
# Build the documentation into docs/
39
- run: pdoc --docformat google -o docs/ metko
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
dependencies = [
20
"numpy",
21
"scipy",
22
+ "scikit-image",
23
"matplotlib",
24
"seaborn",
25
"numba",
0 commit comments