Skip to content

Commit 91d9f0c

Browse files
Fixed mkdocs dependencies
1 parent 1507aa9 commit 91d9f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ openTSNE = {version="^1.0.0", optional=true}
3434
datamapplot = {version="^0.4.2", optional=true}
3535
pyro-ppl = { version = "^1.8.0", optional = true }
3636
openai = { version = "^1.40.0", optional = true }
37-
mkdocs = { version = "^1.5.2", optional = true }
38-
mkdocs-material = { version = "^9.5.12", optional = true }
39-
mkdocstrings = { version = "^0.24.0", extras = ["python"], optional = true }
37+
mkdocs = { version = "~1.5.3", optional = true }
38+
mkdocs-material = { version = "~9.5.12", optional = true }
39+
mkdocstrings = { version = "~0.24.0", extras = ["python"], optional = true }
4040
topic-wizard = { version = ">=1.0.0", optional = true}
4141
pytest = { version = ">=8.1.1", optional = true }
4242
umap-learn = { version = "^0.5.5", optional = true }

0 commit comments

Comments
 (0)