python311Packages.paramz: fix build

patch to resolve removed numpy functionality: pass a sequence, not a
generator, to numpy.hstack
This commit is contained in:
Rob 2023-11-08 21:40:08 -08:00
parent ec750fd019
commit df6d8c1027
No known key found for this signature in database

View File

@ -15,6 +15,11 @@ buildPythonPackage rec {
url = "https://github.com/sods/paramz/pull/38/commits/a5a0be15b12c5864b438d870b519ad17cc72cd12.patch";
hash = "sha256-vj/amEXL9QJ7VdqJmyhv/lj8n+yuiZEARQBYWw6lgBA=";
})
(fetchpatch {
name = "_raveled_index_for.patch";
url = "https://github.com/sods/paramz/pull/40/commits/dd68a81cfd28edb48354c6a9b493ef711f00fb5b.patch";
hash = "sha256-nbnW3lYJDT1WXko3Y28YyELhO0QIAA1Tx0CJ57T1Nq0=";
})
];
propagatedBuildInputs = [ numpy scipy six decorator ];