bor/llm-text-preprocessing
0
1[project]2name = "llm-text-preprocessing"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8 "charset-normalizer>=3.4.2",9 "great-tables>=0.17.0",10 "marimo>=0.14.6",11 "pandas>=2.3.0",12]13 