python3Packages.qiskit-finance: fix build

This commit is contained in:
Drew Risinger 2022-04-14 18:52:28 -04:00
parent 85b365078a
commit d2b696f5d4

View file

@ -33,6 +33,10 @@ buildPythonPackage rec {
sha256 = "sha256-wnto3IqrJFAqIv6QAXe3BB9fvXQXe2fw/iUZe3+198M=";
};
postPatch = ''
substituteInPlace requirements.txt --replace "pandas<1.4.0" "pandas"
'';
propagatedBuildInputs = [
fastdtw
numpy