spreadsheet-data-agent / pyproject.toml
electblake
chore: release version 0.1.1
9f79f58
Raw
History Blame Contribute Delete
317 Bytes
[project]
name = "spreadsheetapp"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.10"
dependencies = [
"huggingface-hub>=0.34.0,<1.0",
"llama-cpp-python==0.3.34",
"openpyxl>=3.1.5",
"pandas>=3.0.5",
"spaces>=0.51.1",
"xlrd>=2.0.2",
]