Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NumPy 2.0 compatibility #722

Open
jacobpennington opened this issue Jun 18, 2024 · 0 comments
Open

NumPy 2.0 compatibility #722

jacobpennington opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jacobpennington
Copy link
Collaborator

jacobpennington commented Jun 18, 2024

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 jacobpennington self-assigned this Jun 18, 2024
@jacobpennington jacobpennington added the enhancement New feature or request label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant