Sikerdebaard / dcmrtstruct2nii

DICOM RT-Struct to mask
MIT License
93 stars 26 forks source link

Numpy compatibility #3

Closed craigrusselltiu closed 4 years ago

craigrusselltiu commented 4 years ago

Currently, this only works with numpy==1.15.4. Would it be possible to make it compatible with the latest numpy version, i.e. numpy==1.18.1? It would be great if I could use this with other medical imaging libraries such as pyradiomics.

Sikerdebaard commented 4 years ago

Done. Just pip install --upgrade dcmrtstruct2nii and you should be good to go.