This is an automated email from the ASF dual-hosted git repository.
hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new bac6b362e remove unnecessary entry on pyproject.toml (#853)
bac6b362e is described below
commit bac6b362e58acdce60693eb65158a3faeb9b0420
Author: Ryan Huang <[email protected]>
AuthorDate: Sun Jan 18 13:08:10 2026 +0800
remove unnecessary entry on pyproject.toml (#853)
---
qdp/qdp-python/pyproject.toml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/qdp/qdp-python/pyproject.toml b/qdp/qdp-python/pyproject.toml
index 57512adec..2ebb87262 100644
--- a/qdp/qdp-python/pyproject.toml
+++ b/qdp/qdp-python/pyproject.toml
@@ -13,13 +13,6 @@ classifiers = [
dynamic = ["version"]
[dependency-groups]
-dev = [
- "maturin>=1.10.2",
- "patchelf>=0.17.2.4",
- "pytest>=9.0.1",
- "torch>=2.2",
- "numpy>=1.24,<2.0",
-]
benchmark = [
"numpy>=1.24,<2.0",
"pandas>=2.0",
@@ -41,9 +34,3 @@ explicit = true
[tool.maturin]
module-name = "_qdp"
-
-[tool.pytest.ini_options]
-testpaths = ["tests"]
-markers = [
- "gpu: tests that require GPU (deselect with '-m \"not gpu\"')",
-]