Skip to content

Commit

Permalink
Boosting required python version for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmusselman committed Feb 26, 2024
1 parent 8e5495c commit bb373a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ QuMat is a POC of a high level Python library for intefacing with multiple quant

Check out [basic gates](docs/basic_gates.md) for a quick introduction to the basic gates which are basically all that exist right now (and even those only exist for `qiskit`).

## Getting started

To install dependencies, run the following:
`$ pip install -U poetry`
`$ poetry install`

#### Legal
Please see the `NOTICE.txt` included in this directory for more information.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
qiskit = "^0.45.1"
qiskit-aer = "^0.13.2"

Expand Down

0 comments on commit bb373a5

Please sign in to comment.