Hi all!
I was trying to import pointCollection in a Python 3.12.4 environment with NumPy 2.0, but received an error with some of pointCollections functions given NumPy's update from np.NaN -> np.nan . I was able to create a new environment with "numpy<2.0", install pointCollection, then update NumPy to 2.0 and found no errors for a short term solution.
Thanks