Spaces:
Running
Running
File size: 273 Bytes
a388ec1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[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",
]
|