Skip to content

Commit 5148e57

Browse files
committed
🔥 Remove openslide-tools and update config
1 parent a999eec commit 5148e57

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ build:
1111
tools:
1212
python: "3.12"
1313
apt_packages:
14-
- openslide-tools
1514
- libopenjp2-7-dev
1615
- libopenjp2-tools
1716

docs/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
2+
--index-url https://download.pytorch.org/whl/cpu
13
furo>=2022.12.7
24
myst-nb>=0.17.1
35
myst-parser>=0.18.1
46
sphinx-copybutton>=0.5.1
57
sphinx-design>=0.3.0
68
sphinx-toolbox>=3.2.0
7-
torch --index-url https://download.pytorch.org/whl/cpu
8-
torchvision --index-url https://download.pytorch.org/whl/cpu
9+
torch
10+
torchvision

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# torch installation
2-
--extra-index-url https://download.pytorch.org/whl/cu126; sys_platform != "darwin"
2+
--index-url https://download.pytorch.org/whl/cu126; sys_platform != "darwin"
33
aiohttp>=3.8.1
44
albumentations>=1.3.0
55
bokeh>=3.1.1, <3.6.0

0 commit comments

Comments
 (0)