Skip to content

Commit

Permalink
build: replace poetry dependencies specification with PEP 621
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock authored Nov 5, 2024
1 parent 2419107 commit 6a95d8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"packaging~=23.1",
]

[tool.isort]
include_trailing_comma = true
Expand All @@ -36,10 +39,6 @@ python-source = "python"
[tool.poetry]
package-mode = false

[tool.poetry.dependencies]
python = "^3.8"
packaging = "^23.1"

[tool.poetry.group.dev.dependencies]
maturin = "^1.7.4"
pre-commit = "^3.0.1"
Expand Down

0 comments on commit 6a95d8c

Please sign in to comment.