Skip to content

Commit a604e55

Browse files
Added datamapplot as optional dependency
1 parent 951f2c5 commit a604e55

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ scipy = "^1.10.0"
2222
rich = "^13.6.0"
2323
huggingface-hub = "^0.23.2"
2424
joblib = "^1.2.0"
25-
openTSNE = "^1.0.0"
25+
openTSNE = {version="^1.0.0", optional=true}
26+
datamapplot = {version="^0.4.2", optional=true}
2627
pyro-ppl = { version = "^1.8.0", optional = true }
2728
openai = { version = "^1.40.0", optional = true }
2829
mkdocs = { version = "^1.5.2", optional = true }
@@ -33,6 +34,7 @@ mkdocstrings = { version = "^0.24.0", extras = ["python"], optional = true }
3334
pyro-ppl = ["pyro-ppl"]
3435
openai = ["openai"]
3536
opentsne = ["openTSNE"]
37+
datamapplot=["datamapplot"]
3638
docs = ["mkdocs", "mkdocs-material", "mkdocstrings"]
3739

3840
[build-system]

0 commit comments

Comments
 (0)