Skip to content

Commit

Permalink
edit requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 10, 2024
1 parent 182731c commit e7ede6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"mapomatic==0.8.0",
"qiskit-aer==0.12",
"qiskit-terra==0.23.3",
"mapomatic",
"qiskit-aer",
"qiskit==0.46.0",
]

Expand All @@ -49,4 +48,4 @@ dev = [

[tool.autoflake]
remove-unused-variables = true
imports = ["qiskit", "qiskit_aer", "qiskit_nature", "qiskit_ibm_runtime"]
imports = ["qiskit", "qiskit_aer"]

0 comments on commit e7ede6d

Please sign in to comment.