Skip to content

Commit

Permalink
MAHOUT-2207 Qumat allowed python versions incompatible with latest ci…
Browse files Browse the repository at this point in the history
…rq requirements
  • Loading branch information
andrewmusselman committed Apr 17, 2024
1 parent 16af666 commit 870c9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 870c9a0

Please sign in to comment.