From 45aa2838106fc04572f6e61d3e983ff07cad7709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 8 Aug 2024 12:18:08 +0200 Subject: [PATCH] Add project.optional-dependencies --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8f0e706..52f0760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,15 @@ dependencies = [ "numpy>=1.20", "scipy>=1.7" ] + + +[project.optional-dependencies] +dev = [ + "pytest>=6.2", + "pytest-mock>=3.6", + "pytest-cov>=3.0" +] + [project.urls] "Homepage" = "https://github.com/xuanxu/starmatrix" "Bug Reports" = "https://github.com/xuanxu/starmatrix/issues"