Spaces:
Runtime error
Runtime error
Commit
·
60e3b1c
1
Parent(s):
78fc9f3
uv sync:
Browse files- pyproject.toml +2 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -9,6 +9,7 @@ dependencies = [
|
|
| 9 |
"langchain>=0.3.25",
|
| 10 |
"langchain-community>=0.3.24",
|
| 11 |
"langchain-openai>=0.3.16",
|
|
|
|
| 12 |
"pymupdf>=1.25.5",
|
| 13 |
"pytube>=15.0.0",
|
| 14 |
"unstructured>=0.17.2",
|
|
@@ -18,4 +19,4 @@ dependencies = [
|
|
| 18 |
|
| 19 |
[build-system]
|
| 20 |
requires = ["setuptools", "wheel"]
|
| 21 |
-
build-backend = "setuptools.build_meta"
|
|
|
|
| 9 |
"langchain>=0.3.25",
|
| 10 |
"langchain-community>=0.3.24",
|
| 11 |
"langchain-openai>=0.3.16",
|
| 12 |
+
"langchain-core>=0.0.1", # Added langchain-core
|
| 13 |
"pymupdf>=1.25.5",
|
| 14 |
"pytube>=15.0.0",
|
| 15 |
"unstructured>=0.17.2",
|
|
|
|
| 19 |
|
| 20 |
[build-system]
|
| 21 |
requires = ["setuptools", "wheel"]
|
| 22 |
+
build-backend = "setuptools.build_meta"
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|