Closed maxme1 closed 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.
Glad to help. Thanks for such a quick response!
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.