python3Packages.qiskit-finance: fix build
This commit is contained in:
parent
85b365078a
commit
d2b696f5d4
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ buildPythonPackage rec {
|
|||
sha256 = "sha256-wnto3IqrJFAqIv6QAXe3BB9fvXQXe2fw/iUZe3+198M=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt --replace "pandas<1.4.0" "pandas"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
fastdtw
|
||||
numpy
|
||||
|
|
Loading…
Reference in a new issue