From f909032b177202fbbca348e3ecfd4d553045924a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:09:54 +0000 Subject: [PATCH] Update pyqasm requirement from <0.6.0,>=0.5.0 to >=0.5.0,<1.1.0 Updates the requirements on [pyqasm](https://github.com/qBraid/pyqasm) to permit the latest version. - [Release notes](https://github.com/qBraid/pyqasm/releases) - [Changelog](https://github.com/qBraid/pyqasm/blob/main/CHANGELOG.md) - [Commits](https://github.com/qBraid/pyqasm/compare/v0.5.0...v1.0.0) --- updated-dependencies: - dependency-name: pyqasm dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 560a793..21dcfc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ qbraid==0.9.9 -pyqasm>=0.5.0,<0.6.0 +pyqasm>=0.5.0,<1.1.0 sympy>=1.14.0 scipy>=1.16.0 numpy>=2.3.1