From eccc75758b300c00b58e653a43ce15eedd5a13ff Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 00:14:46 +0200 Subject: [PATCH] Edit pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cc79d9..bbba969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ classifiers=[ keywords = ['machine learning, supervised learning, classification, ensemble methods, boosting, kernel'] [project.optional-dependencies] -test = ['pytest', 'coverage==4.5.3', 'pytest-cov'] -doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', 'matplotlib', 'sphinx_rtd_theme"'] +test = ["pytest", "coverage==4.5.3", "pytest-cov"] +doc = ["sphinx==5.0", "numpydoc", "sphinx_gallery", "matplotlib", "sphinx_rtd_theme"] [project.urls] Homepage = 'https://github.com/multi-learn/scikit-multimodallearn' -- GitLab