(no commit message)

This commit is contained in:
2025-08-17 05:38:31 -04:00
parent a9bbdd17a8
commit fb8d33b76f
10 changed files with 588 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "TableRAG"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["ipykernel>=6.30.1", "matplotlib>=3.10.5", "modaic", "numpy>=2.3.2"]
[tool.uv.sources]
modaic = { path = "../../modaic", editable = true }