Add patch for compatibility with newer numpy versions #21

Merged
mih merged 1 commit from numpy-compat into master 2023-10-11 15:05:16 +00:00

1 commit

Author SHA1 Message Date
d38e9d5201 Add patch for compatibility with newer numpy versions
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.
2023-10-11 16:38:23 +02:00