python3.pkgs.tables: fix tests for numpy 1.25

This commit is contained in:
Theodore Ni
2023-08-01 05:01:00 -07:00
parent 9bef3687ff
commit dd4c506d88
@@ -30,6 +30,14 @@ buildPythonPackage rec {
hash = "sha256-NPP6I2bOILGPHfVzp3wdJzBs4fKkHZ+e/2IbUZLqh4g=";
};
patches = [
(fetchpatch {
name = "numpy-1.25-compatibility.patch";
url = "https://github.com/PyTables/PyTables/commit/337792561e5924124efd20d6fea6bbbd2428b2aa.patch";
hash = "sha256-pz3A/jTPWXXlzr+Yl5PRUvdSAinebFsoExfek4RUHkc=";
})
];
nativeBuildInputs = [
blosc2
cython