-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Dependence pydicom
version too low
#171
Comments
Yes that would work! If you'd like to open a PR I can review it. We would want to bump the version of deid (deid/version.py) and add a note to the change log. |
Ping @dipterix ! |
For what it's worth - we've been using pydicom 2.1.1 with deid for several months now and have not experienced any issues. @dipterix , @vsoch - Do you want me to create this PR? If so, I see that version 2.1.2 has been released. While we haven't been testing/using this version do you want me to move pydicom to 2.1.2 or set it to what I can comfortably say has been tested (2.1.1)? |
@wetzelj let's set it to the version that has been tested. If you have bandwidth, a PR would be great! I would have time over the weekend. |
Thanks @wetzelj , I'm not that familiar with python. It'll be great if you can help :) |
@dipterix this is merged into the master branch and will be available with the next release! 🥳 we have a few other bug fixes coming in soon. |
Going to close here since it's addressed - look out for a release in the next few days (or just use master!) |
Thanks for developing such great package!
I was experimenting with DICOM editing the other day. However, I encountered problem when converting DICOM from
YBR_FULL_422
to RGB color space. This feature has been added topydicom
since version 1.4, butdeid
still requirespydicom=1.3
.I resolve the issue by forcing pip to install the newest version of pydicom. However, I still want to ask is there any reason not to bump the version requirement, like incompatibility issues?
Thanks :)
The text was updated successfully, but these errors were encountered: