From 870c9a0a89a2f6684991483ac37cfc8086bf64e5 Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Wed, 17 Apr 2024 13:15:39 -0700 Subject: [PATCH] MAHOUT-2207 Qumat allowed python versions incompatible with latest cirq requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72cbdb551..70c047356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,12 +2,12 @@ name = "qumat" version = "0.0.1" description = "A library for composing quantum machine learning." -authors = ["rawkintrevo"] +authors = ["Apache Mahout"] license = "ASFv2" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" qiskit = "^0.45.1" qiskit-aer = "^0.13.2" cirq = "^1.3.0"