Skip to content

Commit 2fe06bc

Browse files
committed
nit: bound packaging version to minimum needed
1 parent 3c3e439 commit 2fe06bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ test = [
4545
'mypy>=0.800',
4646
]
4747
dev = [
48+
'packaging>=20',
4849
'setuptools>=60',
49-
'packaging',
5050
'Cython~=3.1',
5151
]
5252
docs = [
@@ -57,9 +57,9 @@ docs = [
5757

5858
[build-system]
5959
requires = [
60+
"packaging>=20",
6061
"setuptools>=60",
6162
"wheel",
62-
"packaging",
6363
"Cython~=3.1",
6464
]
6565
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)