Commit ·
4a506b2
1
Parent(s): 5710489
add gradio dependency
Browse files- pyproject.toml +1 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -6,6 +6,7 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
"faiss-cpu>=1.13.2",
|
|
|
|
| 9 |
"ipykernel>=7.1.0",
|
| 10 |
"langchain>=1.2.6",
|
| 11 |
"langchain-community>=0.4.1",
|
|
|
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
"faiss-cpu>=1.13.2",
|
| 9 |
+
"gradio>=6.3.0",
|
| 10 |
"ipykernel>=7.1.0",
|
| 11 |
"langchain>=1.2.6",
|
| 12 |
"langchain-community>=0.4.1",
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|