We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebad63 commit 6ba7dd8Copy full SHA for 6ba7dd8
tools/ci/env.sh
@@ -5,7 +5,7 @@ REQUIREMENTS="-r requirements.txt"
5
# Minimum versions of minimum requirements
6
MIN_REQUIREMENTS="-r min-requirements.txt"
7
8
-DEFAULT_OPT_DEPENDS="scipy matplotlib pillow pydicom h5py indexed_gzip"
+DEFAULT_OPT_DEPENDS="scipy matplotlib pillow pydicom h5py indexed_gzip pyzstd"
9
# pydicom has skipped some important pre-releases, so enable a check against master
10
PYDICOM_MASTER="git+https://github.com/pydicom/pydicom.git@master"
11
# Minimum versions of optional requirements
0 commit comments