Kilosort icon indicating copy to clipboard operation
Kilosort copied to clipboard

NumPy 2.0 compatibility

Open jacobpennington opened this issue 8 months ago • 0 comments

Describe the issue:

NumPy version >= 2.0.0 breaks compatibility with some of our third-party dependencies. Our next update to pip will change our setup requirements to NumPy >=1.20.0, <2.0.0, at least until those other packages update to support the new version. In the meantime (or if installing an older version of KS4), if you create a new Kilosort4 installation, you might end up with an incompatible version of NumPy.

To fix this, run the following after installing Kilosort4: pip install --upgrade numpy<2.0.0

jacobpennington avatar Jun 18 '24 17:06 jacobpennington