Skip to content

Commit bac6b36

Browse files
authored
remove unnecessary entry on pyproject.toml (#853)
1 parent e945807 commit bac6b36

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

qdp/qdp-python/pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ classifiers = [
1313
dynamic = ["version"]
1414

1515
[dependency-groups]
16-
dev = [
17-
"maturin>=1.10.2",
18-
"patchelf>=0.17.2.4",
19-
"pytest>=9.0.1",
20-
"torch>=2.2",
21-
"numpy>=1.24,<2.0",
22-
]
2316
benchmark = [
2417
"numpy>=1.24,<2.0",
2518
"pandas>=2.0",
@@ -41,9 +34,3 @@ explicit = true
4134

4235
[tool.maturin]
4336
module-name = "_qdp"
44-
45-
[tool.pytest.ini_options]
46-
testpaths = ["tests"]
47-
markers = [
48-
"gpu: tests that require GPU (deselect with '-m \"not gpu\"')",
49-
]

0 commit comments

Comments
 (0)