lr-text-classification / pyproject.toml
Bor Hodošček
feat: initial version
33dc3b3
raw
history blame contribute delete
372 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",
"eli5>=0.16.0",
"ipython>=9.4.0",
"marimo>=0.13.15",
"numpy>=2.2.6",
"openai>=1.97.1",
"pandas>=2.3.0",
"pyarrow>=21.0.0",
"scikit-learn==1.7.0",
]