Dependence `pydicom` version too low
See original GitHub issueThanks 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 to pydicom
since version 1.4, but deid
still requires pydicom=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 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
pypi release with new package name · Issue #240 - GitHub
I am working with Python 3 (due to other dependencies) and so I believe require pydicom 1.0. ... Documentation can go some way...
Read more >Release notes — pydicom 2.3.1 documentation - GitHub Pages
Saves a little time for small images, but could be quite helpful for very large images when the pixel data is not needed....
Read more >pydicom - PyPI
pydicom is a pure Python package for working with DICOM files. It lets you read, modify and write DICOM data in an easy...
Read more >Pip installing wrong version of a dependency - django
I am running an old RHEL5 server and would like to install a beta version of the python module openrem from pip. ......
Read more >How to use the pydicom.uid function in pydicom - Snyk
To help you get started, we've selected a few pydicom.uid examples, based on popular ways it ... PixelSpacing = list(self.frameofreference.spacing[:2]) ds.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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!)