add other options

This commit is contained in:
2025-08-12 15:48:22 -07:00
parent 850140481d
commit 69a77d18b9
4 changed files with 241 additions and 121 deletions

View File

@@ -10,5 +10,8 @@ dependencies = [
"pandas>=2.1.4",
"numpy>=1.24.4",
"scikit-learn>=1.3.2",
"dash-bootstrap-components>=1.5.0"
"dash-bootstrap-components>=1.5.0",
"umap-learn>=0.5.8",
"numba>=0.56.4",
"openTSNE>=1.0.0"
]