diff --git a/pkgs/development/python-modules/qiskit-finance/default.nix b/pkgs/development/python-modules/qiskit-finance/default.nix index 1fc98361ad09..2c544d5a92ed 100644 --- a/pkgs/development/python-modules/qiskit-finance/default.nix +++ b/pkgs/development/python-modules/qiskit-finance/default.nix @@ -33,6 +33,10 @@ buildPythonPackage rec { sha256 = "sha256-wnto3IqrJFAqIv6QAXe3BB9fvXQXe2fw/iUZe3+198M="; }; + postPatch = '' + substituteInPlace requirements.txt --replace "pandas<1.4.0" "pandas" + ''; + propagatedBuildInputs = [ fastdtw numpy