qdrant-client
qdrant-client copied to clipboard
use of np.NINF is removed in numpy 2
Using latest qdrant-client==1.11.2 with latest numpy==2.1.1 and a sparse collection results in:
AttributeError: `np.NINF` was removed in the NumPy 2.0 release. Use `-np.inf` instead.
The obvious two solutions would be to pin numpy to less than 2, though that might only be needed for sparse work, or fix the numpy references.
I'm new to this code base so have no idea what is more inline with the overall goals.
I've started work on this here: #782
should be available as of the next version (it will be either 1.11.3 or 1.12.0)