Skip to content

Commit ecc3af9

Browse files
fix: fix
1 parent dcfc7b2 commit ecc3af9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

python/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ classifiers = [
4545

4646
[tool.poetry.group.docs]
4747
optional = true
48-
dependencies = [
49-
"pdoc = *",
50-
]
48+
49+
[tool.poetry.group.docs.dependencies]
50+
pdoc = "*"
5151

5252
[tool.poetry.group.test]
5353
optional = true
54-
dependencies = [
55-
"pandas ~= 2.0",
56-
"typing_extensions ~= 4.0",
57-
"pytest ~= 7.2",
58-
]
54+
55+
[tool.poetry.group.test.dependencies]
56+
pandas = "~=2.0"
57+
typeing_extensions = "~=4.0"
58+
pytest = "~=7.2"
5959

6060
[tool.scikit-build]
6161
build-dir = "build"

0 commit comments

Comments
 (0)