There was an error while loading. Please reload this page.
1 parent dcfc7b2 commit ecc3af9Copy full SHA for ecc3af9
1 file changed
python/pyproject.toml
@@ -45,17 +45,17 @@ classifiers = [
45
46
[tool.poetry.group.docs]
47
optional = true
48
-dependencies = [
49
- "pdoc = *",
50
-]
+
+[tool.poetry.group.docs.dependencies]
+pdoc = "*"
51
52
[tool.poetry.group.test]
53
54
55
- "pandas ~= 2.0",
56
- "typing_extensions ~= 4.0",
57
- "pytest ~= 7.2",
58
+[tool.poetry.group.test.dependencies]
+pandas = "~=2.0"
+typeing_extensions = "~=4.0"
+pytest = "~=7.2"
59
60
[tool.scikit-build]
61
build-dir = "build"
0 commit comments