We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 has some breaking changes (https://numpy.org/devdocs/numpy_2_0_migration_guide.html), so GeneTrajectory-python should be updated and rebuilt to work with it.
It looks doable but we depend on packages that are not numpy 2 ready yet:
The text was updated successfully, but these errors were encountered:
The current situation is
Also, I noticed we should require numpy>=1.25 instead because we are using np.linalg.eigh as named tuple.
numpy>=1.25
Sorry, something went wrong.
Note: this package supports numpy 2.0 but scanpy doesn't yet
fra-pcmgf
Successfully merging a pull request may close this issue.
Numpy 2 has some breaking changes (https://numpy.org/devdocs/numpy_2_0_migration_guide.html), so GeneTrajectory-python should be updated and rebuilt to work with it.
It looks doable but we depend on packages that are not numpy 2 ready yet:
The text was updated successfully, but these errors were encountered: