scattertext-en-novels / pyproject.toml
Bor Hodošček
feat: improved pca, ca, hclust code and support for both modes
17327cb
raw
history blame contribute delete
645 Bytes
[project]
name = "scattertext-ja-novels"
version = "0.1.0"
description = "Scattertext on Japanese novels"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"altair>=5.5.0",
"en-core-web-sm",
"marimo>=0.13.15",
"numpy>=2.2.6",
"pandas>=2.3.0",
"pca>=2.10.0",
"plotly>=6.2.0",
"prince>=0.16.0",
"pyarrow>=20.0.0",
"scattertext==0.2.2",
"scikit-learn==1.7.0",
"scipy==1.13.1",
"spacy>=3.8.7",
"umap>=0.1.1",
]
[tool.uv.sources]
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }