psychoinformatics-de / paper-remodnav

Code, data and manuscript for https://doi.org/10.1101/619254
Creative Commons Attribution 4.0 International
4 stars 2 forks source link

Add patch for compatibility with newer numpy versions #21

Closed mih closed 11 months ago

mih commented 11 months ago

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.