Skip to content

Commit

Permalink
Merge pull request #66 from kevinsung/update-terra
Browse files Browse the repository at this point in the history
update terra to 0.23
  • Loading branch information
kevinsung authored Mar 9, 2023
2 parents 98d1066 + bf51cab commit 42d868e
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 372 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ verify_ssl = true
name = "pypi"

[packages]
importlib-metadata = "*"
mapomatic = "==0.6"
mapomatic = "==0.8.0"
mthree = "==0.24"
pylatexenc = "*"
qiskit-aer = "*"
qiskit-aer = "~=0.11"
qiskit-experiments = "==0.3.1"
qiskit-ibm-runtime = "*"
qiskit-ibmq-provider = "*"
qiskit-nature = "~=0.5"
qiskit-terra = "==0.22"
qiskit-terra = "==0.23"

[dev-packages]
importlib-metadata = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit 42d868e

Please sign in to comment.