Skip to content

Commit

Permalink
TOX: Drop extra dependencies for dev for now
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 11, 2024
1 parent 6efd41a commit 28baf5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ deps =
# Numpy 2.0 is a major breaking release; we cannot put much effort into
# supporting until it's at least RC stable
pre: numpy <2.0.dev0
dev: numpy >=2.0.dev0
dev: numpy >=2.1.dev0
# Scipy stopped producing win32 wheels at py310
py3{8,9}-full-x86,x64,arm64: scipy >=1.6
py3{8,9}-full-x86,{full,pre}-{x64,arm64}: scipy >=1.6
# Matplotlib depends on scipy, so cannot be built for py310 on x86
py3{8,9}-full-x86,x64,arm64: matplotlib >=3.4
py3{8,9}-full-x86,{full,pre}-{x64,arm64}: matplotlib >=3.4
# h5py stopped producing win32 wheels at py39
py38-full-x86,x64,arm64: h5py >=2.10
full,pre,dev: pillow >=8.1
full,pre,dev: indexed_gzip >=1.4
full,pre,dev: pyzstd >=0.14.3
py38-full-x86,{full,pre}-{x64,arm64}: h5py >=2.10
full,pre: pillow >=8.1
full,pre: indexed_gzip >=1.4
full,pre: pyzstd >=0.14.3
full,pre: pydicom >=2.1
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main

Expand Down

0 comments on commit 28baf5f

Please sign in to comment.