pyGSTi
pyGSTi copied to clipboard
Remove unused isin
The import of isin used is not availabe in numpy 2.0. If the import is required for backwards compatibility, then I suggest to replace it with from numpy import isin