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 96abe5a commit 89cf1cdCopy full SHA for 89cf1cd
tox.ini
@@ -99,9 +99,8 @@ deps =
99
full,pre,dev: pillow >=8.1
100
full,pre,dev: indexed_gzip >=1.4
101
full,pre,dev: pyzstd >=0.14.3
102
- full,pre,dev: pydicom >=2.1
103
- # pydicom master seems to be breaking things
104
- # pre: pydicom @ git+https://github.com/pydicom/pydicom.git@main
+ full,pre: pydicom >=2.1
+ dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
105
106
commands =
107
pytest --doctest-modules --doctest-plus \
0 commit comments