Skip to content

Commit 28baf5f

Browse files
committed
TOX: Drop extra dependencies for dev for now
1 parent 6efd41a commit 28baf5f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ deps =
9090
# Numpy 2.0 is a major breaking release; we cannot put much effort into
9191
# supporting until it's at least RC stable
9292
pre: numpy <2.0.dev0
93-
dev: numpy >=2.0.dev0
93+
dev: numpy >=2.1.dev0
9494
# Scipy stopped producing win32 wheels at py310
95-
py3{8,9}-full-x86,x64,arm64: scipy >=1.6
95+
py3{8,9}-full-x86,{full,pre}-{x64,arm64}: scipy >=1.6
9696
# Matplotlib depends on scipy, so cannot be built for py310 on x86
97-
py3{8,9}-full-x86,x64,arm64: matplotlib >=3.4
97+
py3{8,9}-full-x86,{full,pre}-{x64,arm64}: matplotlib >=3.4
9898
# h5py stopped producing win32 wheels at py39
99-
py38-full-x86,x64,arm64: h5py >=2.10
100-
full,pre,dev: pillow >=8.1
101-
full,pre,dev: indexed_gzip >=1.4
102-
full,pre,dev: pyzstd >=0.14.3
99+
py38-full-x86,{full,pre}-{x64,arm64}: h5py >=2.10
100+
full,pre: pillow >=8.1
101+
full,pre: indexed_gzip >=1.4
102+
full,pre: pyzstd >=0.14.3
103103
full,pre: pydicom >=2.1
104104
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
105105

0 commit comments

Comments
 (0)