Skip to content

Commit

Permalink
ci: Remove broken poetry URL in pyproject.toml (#253)
Browse files Browse the repository at this point in the history
Changes proposed in this pull request:
- Remove broken link to `https://poetry.eustace.io/docs/versions` from `pyproject.toml`.
  • Loading branch information
qctrlrobot authored Jan 17, 2023
1 parent 4fd27cd commit 3bf70e7
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 @@ -61,7 +61,7 @@ packages = [
{ include = "qctrlopencontrols" },
]

[tool.poetry.dependencies] # https://poetry.eustace.io/docs/versions
[tool.poetry.dependencies]
python = ">=3.7.2,<3.12"
numpy = [
{version = "^1.21.6", python = ">=3.7,<3.8"},
Expand Down

0 comments on commit 3bf70e7

Please sign in to comment.