Skip to content

Commit

Permalink
delete requirements that are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 9, 2024
1 parent a7f810e commit 9de9920
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@ requires-python = ">=3.8"

dependencies = [
"mapomatic==0.8.0",
"mthree==0.24",
"qiskit-aer==0.12",
"qiskit-experiments==0.5.2",
"qiskit-ibm-runtime==0.9.3",
"qiskit-ibmq-provider==0.20.2",
"qiskit-nature==0.5",
"qiskit-terra==0.23.3",
"qiskit==0.42.1",
"qiskit_sphinx_theme~=1.16.0",
]

[project.optional-dependencies]
Expand All @@ -51,6 +45,7 @@ dev = [
"pylatexenc",
"pylint==2.14",
"pytest==7.1",
"qiskit_sphinx_theme~=1.16.0",
"reno",
"sphinx-autodoc-typehints",
"tqdm>=4.59.0",
Expand Down

0 comments on commit 9de9920

Please sign in to comment.