Skip to content

Commit 299922c

Browse files
committed
Add optional test dependency to wheel package
1 parent 111995e commit 299922c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,13 @@ readme = {file = "README.md", content-type = "text/markdown"}
7474
requires-python = ">=3.9,<3.14"
7575

7676
[project.optional-dependencies]
77-
coverage = ["Cython", "pytest", "pytest-cov", "coverage", "tomli", "llvm"]
77+
coverage = ["coverage",
78+
"Cython",
79+
"llvm",
80+
"pytest",
81+
"pytest-cov",
82+
"scipy",
83+
"tomli"]
7884
docs = [
7985
"Cython",
8086
"cupy",
@@ -84,6 +90,7 @@ docs = [
8490
"sphinxcontrib-googleanalytics",
8591
"sphinxcontrib-spelling"
8692
]
93+
test = ["pytest", "scipy"]
8794

8895
[project.urls]
8996
Changelog = "https://github.com/IntelPython/dpnp/blob/master/CHANGELOG.md"

0 commit comments

Comments
 (0)