scattertext-ja-novels / pyproject.toml
Bor Hodošček
feat: inital commit of working demo
e960361 unverified
raw
history blame contribute delete
388 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",
"fugashi-plus>=1.4.0.post1",
"marimo>=0.13.15",
"numpy>=2.2.6",
"pandas>=2.3.0",
"pyarrow>=20.0.0",
"scattertext==0.2.2",
"scikit-learn==1.7.0",
"scipy==1.13.1",
]