feat: downgraded some packages for the installation not to fail.
Browse files- pyproject.toml +1 -0
- requirements.txt +4 -2
- uv.lock +5 -3
pyproject.toml
CHANGED
@@ -13,6 +13,7 @@ dependencies = [
|
|
13 |
"langchain-yt-dlp>=0.0.8",
|
14 |
"langchain[openai]>=0.3.25",
|
15 |
"langgraph>=0.4.8",
|
|
|
16 |
"num2words>=0.5.14",
|
17 |
"opencv-python>=4.11.0.86",
|
18 |
"polars>=1.30.0",
|
|
|
13 |
"langchain-yt-dlp>=0.0.8",
|
14 |
"langchain[openai]>=0.3.25",
|
15 |
"langgraph>=0.4.8",
|
16 |
+
"networkx==3.4.2",
|
17 |
"num2words>=0.5.14",
|
18 |
"opencv-python>=4.11.0.86",
|
19 |
"polars>=1.30.0",
|
requirements.txt
CHANGED
@@ -198,8 +198,10 @@ multidict==6.4.4
|
|
198 |
# yarl
|
199 |
mypy-extensions==1.1.0
|
200 |
# via typing-inspect
|
201 |
-
networkx==3.
|
202 |
-
# via
|
|
|
|
|
203 |
num2words==0.5.14
|
204 |
# via unit-4-gaia-challenge (pyproject.toml)
|
205 |
numpy==2.3.0
|
|
|
198 |
# yarl
|
199 |
mypy-extensions==1.1.0
|
200 |
# via typing-inspect
|
201 |
+
networkx==3.4.2
|
202 |
+
# via
|
203 |
+
# unit-4-gaia-challenge (pyproject.toml)
|
204 |
+
# torch
|
205 |
num2words==0.5.14
|
206 |
# via unit-4-gaia-challenge (pyproject.toml)
|
207 |
numpy==2.3.0
|
uv.lock
CHANGED
@@ -1775,11 +1775,11 @@ wheels = [
|
|
1775 |
|
1776 |
[[package]]
|
1777 |
name = "networkx"
|
1778 |
-
version = "3.
|
1779 |
source = { registry = "https://pypi.org/simple" }
|
1780 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1781 |
wheels = [
|
1782 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1783 |
]
|
1784 |
|
1785 |
[[package]]
|
@@ -3219,6 +3219,7 @@ dependencies = [
|
|
3219 |
{ name = "langchain-community" },
|
3220 |
{ name = "langchain-yt-dlp" },
|
3221 |
{ name = "langgraph" },
|
|
|
3222 |
{ name = "num2words" },
|
3223 |
{ name = "opencv-python" },
|
3224 |
{ name = "polars" },
|
@@ -3251,6 +3252,7 @@ requires-dist = [
|
|
3251 |
{ name = "langchain-community", specifier = ">=0.3.25" },
|
3252 |
{ name = "langchain-yt-dlp", specifier = ">=0.0.8" },
|
3253 |
{ name = "langgraph", specifier = ">=0.4.8" },
|
|
|
3254 |
{ name = "num2words", specifier = ">=0.5.14" },
|
3255 |
{ name = "opencv-python", specifier = ">=4.11.0.86" },
|
3256 |
{ name = "polars", specifier = ">=1.30.0" },
|
|
|
1775 |
|
1776 |
[[package]]
|
1777 |
name = "networkx"
|
1778 |
+
version = "3.4.2"
|
1779 |
source = { registry = "https://pypi.org/simple" }
|
1780 |
+
sdist = { url = "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz", hash = "sha256:307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1", size = 2151368, upload-time = "2024-10-21T12:39:38.695Z" }
|
1781 |
wheels = [
|
1782 |
+
{ url = "https://files.pythonhosted.org/packages/b9/54/dd730b32ea14ea797530a4479b2ed46a6fb250f682a9cfb997e968bf0261/networkx-3.4.2-py3-none-any.whl", hash = "sha256:df5d4365b724cf81b8c6a7312509d0c22386097011ad1abe274afd5e9d3bbc5f", size = 1723263, upload-time = "2024-10-21T12:39:36.247Z" },
|
1783 |
]
|
1784 |
|
1785 |
[[package]]
|
|
|
3219 |
{ name = "langchain-community" },
|
3220 |
{ name = "langchain-yt-dlp" },
|
3221 |
{ name = "langgraph" },
|
3222 |
+
{ name = "networkx" },
|
3223 |
{ name = "num2words" },
|
3224 |
{ name = "opencv-python" },
|
3225 |
{ name = "polars" },
|
|
|
3252 |
{ name = "langchain-community", specifier = ">=0.3.25" },
|
3253 |
{ name = "langchain-yt-dlp", specifier = ">=0.0.8" },
|
3254 |
{ name = "langgraph", specifier = ">=0.4.8" },
|
3255 |
+
{ name = "networkx", specifier = "==3.4.2" },
|
3256 |
{ name = "num2words", specifier = ">=0.5.14" },
|
3257 |
{ name = "opencv-python", specifier = ">=4.11.0.86" },
|
3258 |
{ name = "polars", specifier = ">=1.30.0" },
|