From 9e9123b97d5a672bebaa4ceec83a53df3268fe34 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Thu, 9 May 2024 22:00:29 -0400 Subject: [PATCH] update mapomatic to 0.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f0aff8..c013a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ - "mapomatic==0.8.0", + "mapomatic==0.9", "qiskit-aer==0.12", "qiskit-terra==0.23.3", "qiskit==0.42.1",