Add patch for compatibility with newer numpy versions #21
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
remodnav/paper!21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "numpy-compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We do not need it directly, but the old seaborn we need to use for reproducibility will not work with recent numpy versions anymore, because they changed the API.
This patch patches numpy to restore the old API aspect that seaborn 0.10 needs.