Skip to content

Commit f4d3d73

Browse files
committed
relax deps for docs
1 parent 6cace68 commit f4d3d73

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ markdown = [
3434
"matplotlib"
3535
]
3636
docs = [
37-
"mkdocs==1.5.2",
38-
"mkdocs-gen-files==0.5.0",
39-
"mkdocs-material==9.3.1",
40-
"mkdocs-section-index==0.3.6",
41-
"mkdocstrings-python==1.6.3"
37+
"mkdocs>=1.5.2,<2",
38+
"mkdocs-gen-files>=0.5.0,<1",
39+
"mkdocs-material>=9.3.1,<10",
40+
"mkdocs-section-index>=0.3.6,<1",
41+
"mkdocstrings-python>=1.6.3,<2"
4242
]
4343
tests = [
4444
"dvc-render[table,markdown]",
@@ -56,6 +56,8 @@ dev = [
5656
where = ["src"]
5757
namespaces = false
5858

59+
[tool.setuptools_scm]
60+
5961
[tool.pytest.ini_options]
6062
addopts = "-ra"
6163

0 commit comments

Comments
 (0)