llm-text-preprocessing / pyproject.toml
Bor Hodošček
feat: initial working version
a388ec1 unverified
raw
history blame contribute delete
273 Bytes
[project]
name = "llm-text-preprocessing"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"charset-normalizer>=3.4.2",
"great-tables>=0.17.0",
"marimo>=0.14.6",
"pandas>=2.3.0",
]