mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-17 16:45:54 +00:00
add doc dependencies
This commit is contained in:
@@ -35,18 +35,8 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
]
|
]
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = ["black", "pre-commit", "flake8", "mypy", "pytest", "pytest-cov"]
|
||||||
"black",
|
doc = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "numpydoc"]
|
||||||
"pre-commit",
|
|
||||||
"flake8",
|
|
||||||
"mypy",
|
|
||||||
"pytest",
|
|
||||||
"pytest-cov",
|
|
||||||
"sphinx",
|
|
||||||
"sphinx-gallery",
|
|
||||||
"sphinx_rtd_theme",
|
|
||||||
"numpydoc",
|
|
||||||
]
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Home = "https://github.com/doctorado-ml/bayesclass"
|
Home = "https://github.com/doctorado-ml/bayesclass"
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
Reference in New Issue
Block a user