React to breaking changes in dependent packages.
React to breaking changes in dependent packages. The Pure Python version of OpenZGY is deprecated, but is maintained just enough to be able to build.
- Newer NumPy versions have removed np.bool. Use np.bool_ or plain bool.
- Newer NumPy versions have stricter checks on conversion. Handling NaN / Inf in bulk data no longer works. Disabled the corresponding unit test instead of doing a proper fix.