Skip to content

Commit

Permalink
Merge pull request #1629 from girder/pin-pydicom
Browse files Browse the repository at this point in the history
Pin pydicom until wsidicom catches up
  • Loading branch information
manthey authored Sep 9, 2024
2 parents f144d67 + 740c486 commit bedc1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sources/dicom/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def prerelease_local_scheme(version):
install_requires=[
f'large-image{limit_version}',
'wsidicom>=0.9.0',
# Pinned until wsidicom is updated
'pydicom<3',
],
extras_require={
'girder': girder_extras,
Expand Down
2 changes: 1 addition & 1 deletion test/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pytest.mark.notebook
@pytest.mark.parametrize(('notebook', 'execute'), [
('docs/notebooks/large_image_examples.ipynb', True),
('docs/notebooks/large_image_examples.ipynb', False),
('docs/notebooks/zarr_sink_example.ipynb', False),
])
def test_notebook_exec(notebook, execute, tmp_path):
Expand Down

0 comments on commit bedc1e9

Please sign in to comment.