27 buildPythonPackage rec {
28 pname = "qiskit-finance";
32 disabled = pythonOlder "3.6";
34 src = fetchFromGitHub {
37 rev = "refs/tags/${version}";
38 hash = "sha256-zYhYhojCzlENzgYSenwewjeVHUBX2X6eQbbzc9znBsk=";
42 substituteInPlace requirements.txt --replace "pandas<1.4.0" "pandas"
49 propagatedBuildInputs = [
69 pythonImportsCheck = [ "qiskit_finance" ];
71 # Fail due to approximation error, ~1-2%
74 # Tests fail b/c require internet connection. Stalls tests if enabled.
84 description = "Software for developing quantum computing programs";
85 homepage = "https://qiskit.org";
86 downloadPage = "https://github.com/QISKit/qiskit-optimization/releases";
87 changelog = "https://qiskit.org/documentation/release_notes.html";
88 license = licenses.asl20;
89 maintainers = with maintainers; [ drewrisinger ];