Merge pull request #115211 from drewrisinger/dr-pr-qiskit-bump

This commit is contained in:
Sandro
2021-03-06 01:02:46 +01:00
committed by GitHub
5 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -6951,7 +6951,7 @@ in {
retrying = callPackage ../development/python-modules/retrying { };
retworkx = disabledIf (pythonOlder "3.5") (toPythonModule (callPackage ../development/python-modules/retworkx { }));
retworkx = callPackage ../development/python-modules/retworkx { };
rfc3986 = callPackage ../development/python-modules/rfc3986 { };