Skip to content

Commit

Permalink
add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 9, 2024
1 parent 964ddf4 commit bedb8e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ requires-python = ">= 3.8"
authors = [
{name = "Naoki Kanazawa", email = "knzwnao@jp.ibm.com"},
]
dependencies = [
"pymatching",
"qiskit >= 1.0",
"qiskit-experiments >= 0.7",
"qiskit-ibm-runtime",
]

[project.optional-dependencies]
dev = [
"black",
"ruff",
]

[tool.setuptools.packages.find]
include = ["gem_suite", "gem_suite.*"]
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit bedb8e8

Please sign in to comment.