You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some barriers to getting a proper dev environment up and running for working on this project.
Most noticeably, the requirements.txt seems out-of-date; the listed version of pydicom does not match the methods that are used (for example, requirements.txt lists 1.2.1, but then in base_client.py, add_private_dict_entries is used which wasn't introduced until 1.3). And the version of scipy is far enough out-of-date that there aren't prebuilt wheels for a modern version of macOS.
The text was updated successfully, but these errors were encountered:
There are some barriers to getting a proper dev environment up and running for working on this project.
Most noticeably, the
requirements.txt
seems out-of-date; the listed version ofpydicom
does not match the methods that are used (for example,requirements.txt
lists1.2.1
, but then inbase_client.py
,add_private_dict_entries
is used which wasn't introduced until1.3
). And the version ofscipy
is far enough out-of-date that there aren't prebuilt wheels for a modern version of macOS.The text was updated successfully, but these errors were encountered: