Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude incompatible pydicom 2.4.0 in setup.py #238

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

CPBridge
Copy link
Collaborator

Pydicom 2.4.0 is essentially incompatible with highdicom, see #233 and pydicom/pydicom#1813

The fix introduced in https://github.com/pydicom/pydicom/pulls/1814 and was released in pydicom 2.4.1. We should therefore exclude the specific problematic version of pydicom (2.4.0) in our setup.py.

@CPBridge CPBridge added the bug Something isn't working label Jun 19, 2023
@CPBridge CPBridge requested a review from hackermd June 19, 2023 16:20
@CPBridge CPBridge self-assigned this Jun 19, 2023
@CPBridge
Copy link
Collaborator Author

Note that the issue is now fixed in pydicom and pydicom versions >= 2.4.1 should again be compatible with highdicom. So it's just this one version short-lived (2.4.0) that we need to exclude from highdicom's dependencies.

@CPBridge CPBridge merged commit 3f194da into master Jun 21, 2023
0 of 10 checks passed
@CPBridge CPBridge deleted the bug/exclude_pydicom_2.4.0 branch June 21, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants