Skip to content

Commit 951f2c5

Browse files
Added openTSNE as optional dependency
1 parent 6039095 commit 951f2c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ 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"
2526
pyro-ppl = { version = "^1.8.0", optional = true }
2627
openai = { version = "^1.40.0", optional = true }
2728
mkdocs = { version = "^1.5.2", optional = true }
@@ -31,6 +32,7 @@ mkdocstrings = { version = "^0.24.0", extras = ["python"], optional = true }
3132
[tool.poetry.extras]
3233
pyro-ppl = ["pyro-ppl"]
3334
openai = ["openai"]
35+
opentsne = ["openTSNE"]
3436
docs = ["mkdocs", "mkdocs-material", "mkdocstrings"]
3537

3638
[build-system]

0 commit comments

Comments
 (0)