From 13923237c020a5d8d9b5c677181e821223b6e961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:32 +0000 Subject: [PATCH] Update pyqasm requirement from <1.1.0,>=0.5.0 to >=1.0.3,<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.3) --- updated-dependencies: - dependency-name: pyqasm dependency-version: 1.0.3 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 70d7b9e..a485172 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ qbraid>=0.11.0 -pyqasm>=0.5.0,<1.1.0 +pyqasm>=1.0.3,<1.1.0 sympy>=1.14.0 scipy>=1.16.0 numpy>=1.25.2