Spaces:
Running
Running
File size: 342 Bytes
2678ef5 979a48f 2678ef5 979a48f 2678ef5 7c11711 1a8deb0 2678ef5 7c11711 1a8deb0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[project]
name = "gguf-parser-web"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio==5.3.0",
"orjson==3.10.10",
"pandas>=2.2.3",
"pydantic>=2.9.2",
]
[tool.pylint]
max-line-length = 180
[tool.uv]
dev-dependencies = [
"pytest>=8.3.3",
]
|