-
Notifications
You must be signed in to change notification settings - Fork 53
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
cooler version 0.8.11 incompatible with numpy 1.24 #303
Comments
I wrote a PR to update the bioconda recipe: bioconda/bioconda-recipes#38816 |
@nvictus , couldn't the solution be to use np.object_ instead?.. |
Yes, @robomics has already made the PR and I merged it earlier this week. v3.9 will be coming out shortly and this will be fixed. In the meantime, updating the conda recipe for 0.8.11 or 0.8.* makes sense.
Yes. Thank you, @lldelisle! |
Fixed by db9478a |
Hi,
I got an error:
This error seems to be linked to numpy 1.24 as
import cooler
works if I use numpy 1.23.Should I update the conda recipe?
The text was updated successfully, but these errors were encountered: