Skip to content

Commit 28c920c

Browse files
committed
Update development dependencies in pyproject.toml: add 'build' to dev dependencies
1 parent 324202c commit 28c920c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ plotpy-benchmarks = "plotpy.tests.benchmarks:run"
5858

5959
[project.optional-dependencies]
6060
qt = ["PyQt5>5.15.5"]
61-
dev = ["babel", "Coverage", "Cython>=3.0", "pylint", "ruff"]
61+
dev = ["build", "babel", "Coverage", "Cython>=3.0", "pylint", "ruff"]
6262
doc = [
6363
"sphinx",
6464
"myst_parser",

0 commit comments

Comments
 (0)