Skip to content

Commit

Permalink
Merge pull request #9 from KMU-quantum-classroom/hotfix/0.2.1
Browse files Browse the repository at this point in the history
Fix pyproject.toml
  • Loading branch information
fmowl10 authored Sep 30, 2023
2 parents 872b028 + 5c29c5b commit 23f4ec5
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ['qiskit_class*tests']

[project]
name = "qiskit-classroom"
version = "0.2.0"
version = "0.2.1"
authors = [{ name = "KMU-quantum-classroom" }]
description = "the Qiskit classroom GUI applications."
readme = "README.md"
Expand All @@ -22,23 +22,11 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"qiskit==0.44.1",
"PySide6==6.5.1.1",
"qasync==0.24.0",
"qiskit-classroom-converter==0.2.0",
"matplotlib==3.7.2",
"pylatexenc==2.10",
]
dynamic = ["dependencies"]

[project.optional-dependencies]
dev = [
"coverage==7.3.0",
"pylint==2.17.5",
"tox==4.10.0",
"build==0.10.0",
"pdoc==14.0.0",
]
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
optional-dependencies = { dev = { file = ["requirements-dev.txt"] } }

[project.urls]
"Homepage" = "https://github.com/KMU-quantum-classroom/qiskit-classroom"
Expand Down

0 comments on commit 23f4ec5

Please sign in to comment.