Skip to content

Commit

Permalink
Move matplotlib into docs dep group
Browse files Browse the repository at this point in the history
  • Loading branch information
rscircus committed Mar 27, 2024
1 parent 18194b7 commit a3309f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ qualang-tools = { version = "^0.15.0", optional = true}
setuptools = { version = ">67.0.0", optional = true }
laboneq = { version = "==2.25.0", optional = true }
qibosoq = { version = ">=0.0.4,<0.2", optional = true }
matplotlib = "^3.8.2"

[tool.poetry.group.dev]
optional = true
Expand Down Expand Up @@ -63,6 +62,8 @@ qcodes_contrib_drivers = "0.18.0"
qibosoq = ">=0.0.4,<0.2"
qualang-tools = "^0.15.0"
laboneq = "==2.25.0"
# to run code examples from tutorial
matplotlib = "^3.8.2"

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit a3309f1

Please sign in to comment.