Skip to content

Commit 3bf70e7

Browse files
authored
ci: Remove broken poetry URL in pyproject.toml (#253)
Changes proposed in this pull request: - Remove broken link to `https://poetry.eustace.io/docs/versions` from `pyproject.toml`.
1 parent 4fd27cd commit 3bf70e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ packages = [
6161
{ include = "qctrlopencontrols" },
6262
]
6363

64-
[tool.poetry.dependencies] # https://poetry.eustace.io/docs/versions
64+
[tool.poetry.dependencies]
6565
python = ">=3.7.2,<3.12"
6666
numpy = [
6767
{version = "^1.21.6", python = ">=3.7,<3.8"},

0 commit comments

Comments
 (0)