notmatthancock / pylidc

An object relational mapping for the LIDC dataset using sqlalchemy.
https://pylidc.github.io
Other
105 stars 41 forks source link

Compatibility with Py312 and Numpy2 #70

Closed maxme1 closed 4 months ago

maxme1 commented 4 months ago

Hi! Here are just a couple of fixes that add compatibility with Python>=3.12 and numpy>=2.0.0. I replaced access to some removed attributes (e.g. np.float) and patched SafeConfigParser.

maxme1 commented 4 months ago

Glad to help. Thanks for such a quick response!