Skip to content

Commit

Permalink
True -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mills committed Mar 18, 2024
1 parent b6af31c commit b773880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest-cov = "^4.1.0"
sphinx-book-theme = "^1.1.2"
qiskit-ibm-provider = "^0.10.0"

pytket-quantinuum = { version = "^0.30.0", optional = True }
pytket-quantinuum = {version="^0.30.0", optional=true}

[tool.poetry.extras]
tests = ["pytest", "mypy", "flake8", "pytest-cov", "qiskit-ibm-provider", "pytket-quantinuum"]
Expand Down

0 comments on commit b773880

Please sign in to comment.