File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111 tools :
1212 python : " 3.12"
1313 apt_packages :
14- - openslide-tools
1514 - libopenjp2-7-dev
1615 - libopenjp2-tools
1716
@@ -22,5 +21,7 @@ sphinx:
2221# Optionally set the version of Python and requirements required to build your docs
2322python :
2423 install :
25- - requirements : requirements/requirements.txt
24+ # Install PyTorch CPU version first
25+ - requirements : requirements/requirements_cpu.txt
2626 - requirements : docs/requirements.txt
27+ - requirements : requirements/requirements.txt
Original file line number Diff line number Diff line change 1- # torch installation
2- --extra-index-url https://download.pytorch.org/whl/cu126; sys_platform != "darwin"
31aiohttp >= 3.8.1
42albumentations >= 1.3.0
53bokeh >= 3.1.1 , < 3.6.0
Original file line number Diff line number Diff line change 1+ --index-url https://download.pytorch.org/whl/cpu
2+ torch
3+ torchvision
You can’t perform that action at this time.
0 commit comments