From 882a2b26e25b7698ad8bd416c336ca1e53a62508 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Thu, 15 Feb 2024 16:22:59 -0500 Subject: [PATCH] update to qiskit 0.46 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74a79dd..4bfb339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ requires-python = ">=3.8" dependencies = [ "mapomatic==0.9", "qiskit-aer", - "qiskit==0.42.1", + "qiskit==0.46.0", ] [project.optional-dependencies]