Skip to content

Commit 85a6cfe

Browse files
committed
chore(tox): Drop mpl from x86, old numpy constraint
1 parent 6f77556 commit 85a6cfe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ set_env =
7373
extras =
7474
test
7575

76-
# Simple, thanks pillow
76+
# Simple, thanks Hugo and Paul
7777
!none: dicomfs
7878
!none: indexed_gzip
7979

@@ -89,14 +89,10 @@ extras =
8989
py3{9,10,11,12,13}-{min,full,pre-dev}-{x,arm}64: minc2
9090
py3{9,10,11,12,13}-{min,full,pre-dev}-{x,arm}64: zstd
9191

92-
# No win32 wheels for scipy/matplotlib after py39
92+
# No win32 wheels for scipy after py39
9393
py39-full-x86: spm
94-
py39-full-x86: viewers
9594

9695
deps =
97-
# Numpy 2.0 is a major breaking release; we cannot put much effort into
98-
# supporting until it's at least RC stable
99-
dev: numpy >=2.1.dev0
10096
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
10197

10298
uv_resolution =

0 commit comments

Comments
 (0)