mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python311Packages.paramz: fix build
patch to resolve removed numpy functionality: pass a sequence, not a generator, to numpy.hstack
This commit is contained in:
parent
ec750fd019
commit
df6d8c1027
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user