Skip to content

Commit 6ba7dd8

Browse files
committed
CI: Add pyzstd to optional dependencies
1 parent 3ebad63 commit 6ba7dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ REQUIREMENTS="-r requirements.txt"
55
# Minimum versions of minimum requirements
66
MIN_REQUIREMENTS="-r min-requirements.txt"
77

8-
DEFAULT_OPT_DEPENDS="scipy matplotlib pillow pydicom h5py indexed_gzip"
8+
DEFAULT_OPT_DEPENDS="scipy matplotlib pillow pydicom h5py indexed_gzip pyzstd"
99
# pydicom has skipped some important pre-releases, so enable a check against master
1010
PYDICOM_MASTER="git+https://github.com/pydicom/pydicom.git@master"
1111
# Minimum versions of optional requirements

0 commit comments

Comments
 (0)