Spaces:
Runtime error
Runtime error
Sofia Santos commited on
Commit ·
f20f615
1
Parent(s): e6cfbb2
feat: updates dependencies
Browse files- requirements-dev.txt +35 -1
- requirements.txt +35 -1
- uv.lock +0 -0
requirements-dev.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
-
# uv export --format requirements-txt --no-hashes --group dev --group test -o requirements-dev.txt
|
| 3 |
aiofiles==24.1.0
|
| 4 |
annotated-types==0.7.0
|
| 5 |
anyio==4.9.0
|
|
@@ -18,6 +18,7 @@ coverage==7.8.2
|
|
| 18 |
cyclonedx-python-lib==9.1.0
|
| 19 |
defusedxml==0.7.1
|
| 20 |
distlib==0.3.9
|
|
|
|
| 21 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
| 22 |
fastapi==0.115.12
|
| 23 |
ffmpy==0.6.0
|
|
@@ -36,11 +37,14 @@ identify==2.6.12
|
|
| 36 |
idna==3.10
|
| 37 |
iniconfig==2.1.0
|
| 38 |
jinja2==3.1.6
|
|
|
|
| 39 |
jmespath==1.0.1
|
|
|
|
| 40 |
jsonpatch==1.33
|
| 41 |
jsonpointer==3.0.0
|
| 42 |
langchain-aws==0.2.24
|
| 43 |
langchain-core==0.3.63
|
|
|
|
| 44 |
langchain-mcp-adapters==0.1.1
|
| 45 |
langgraph==0.4.7
|
| 46 |
langgraph-checkpoint==2.0.26
|
|
@@ -52,12 +56,30 @@ markdown-it-py==3.0.0
|
|
| 52 |
markupsafe==3.0.2
|
| 53 |
mcp==1.9.0
|
| 54 |
mdurl==0.1.2
|
|
|
|
| 55 |
msgpack==1.1.0
|
| 56 |
mypy==1.16.0
|
| 57 |
mypy-extensions==1.1.0
|
|
|
|
|
|
|
| 58 |
nodeenv==1.9.1
|
| 59 |
numpy==1.26.4 ; python_full_version < '3.12'
|
| 60 |
numpy==2.2.6 ; python_full_version >= '3.12'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
orjson==3.10.18
|
| 62 |
ormsgpack==1.10.0
|
| 63 |
packageurl-python==0.16.0
|
|
@@ -88,24 +110,36 @@ python-dotenv==1.1.0
|
|
| 88 |
python-multipart==0.0.20
|
| 89 |
pytz==2025.2
|
| 90 |
pyyaml==6.0.2
|
|
|
|
| 91 |
requests==2.32.3
|
| 92 |
requests-toolbelt==1.0.0
|
| 93 |
rich==14.0.0
|
| 94 |
ruff==0.11.12
|
| 95 |
s3transfer==0.13.0
|
| 96 |
safehttpx==0.1.6
|
|
|
|
|
|
|
|
|
|
| 97 |
semantic-version==2.10.0
|
|
|
|
|
|
|
| 98 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
| 99 |
six==1.17.0
|
| 100 |
sniffio==1.3.1
|
| 101 |
sortedcontainers==2.4.0
|
| 102 |
sse-starlette==2.3.6
|
| 103 |
starlette==0.46.2
|
|
|
|
| 104 |
tenacity==9.1.2
|
|
|
|
|
|
|
| 105 |
toml==0.10.2
|
| 106 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
| 107 |
tomlkit==0.13.2
|
|
|
|
| 108 |
tqdm==4.67.1
|
|
|
|
|
|
|
| 109 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
| 110 |
typing-extensions==4.13.2
|
| 111 |
typing-inspection==0.4.1
|
|
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
+
# uv export --format requirements-txt --no-hashes --no-annotate --group dev --group test -o requirements-dev.txt
|
| 3 |
aiofiles==24.1.0
|
| 4 |
annotated-types==0.7.0
|
| 5 |
anyio==4.9.0
|
|
|
|
| 18 |
cyclonedx-python-lib==9.1.0
|
| 19 |
defusedxml==0.7.1
|
| 20 |
distlib==0.3.9
|
| 21 |
+
distro==1.9.0
|
| 22 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
| 23 |
fastapi==0.115.12
|
| 24 |
ffmpy==0.6.0
|
|
|
|
| 37 |
idna==3.10
|
| 38 |
iniconfig==2.1.0
|
| 39 |
jinja2==3.1.6
|
| 40 |
+
jiter==0.10.0
|
| 41 |
jmespath==1.0.1
|
| 42 |
+
joblib==1.5.1
|
| 43 |
jsonpatch==1.33
|
| 44 |
jsonpointer==3.0.0
|
| 45 |
langchain-aws==0.2.24
|
| 46 |
langchain-core==0.3.63
|
| 47 |
+
langchain-huggingface==0.2.0
|
| 48 |
langchain-mcp-adapters==0.1.1
|
| 49 |
langgraph==0.4.7
|
| 50 |
langgraph-checkpoint==2.0.26
|
|
|
|
| 56 |
markupsafe==3.0.2
|
| 57 |
mcp==1.9.0
|
| 58 |
mdurl==0.1.2
|
| 59 |
+
mpmath==1.3.0
|
| 60 |
msgpack==1.1.0
|
| 61 |
mypy==1.16.0
|
| 62 |
mypy-extensions==1.1.0
|
| 63 |
+
networkx==3.4.2 ; python_full_version < '3.11'
|
| 64 |
+
networkx==3.5 ; python_full_version >= '3.11'
|
| 65 |
nodeenv==1.9.1
|
| 66 |
numpy==1.26.4 ; python_full_version < '3.12'
|
| 67 |
numpy==2.2.6 ; python_full_version >= '3.12'
|
| 68 |
+
nvidia-cublas-cu12==12.6.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 69 |
+
nvidia-cuda-cupti-cu12==12.6.80 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 70 |
+
nvidia-cuda-nvrtc-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 71 |
+
nvidia-cuda-runtime-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 72 |
+
nvidia-cudnn-cu12==9.5.1.17 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 73 |
+
nvidia-cufft-cu12==11.3.0.4 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 74 |
+
nvidia-cufile-cu12==1.11.1.6 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 75 |
+
nvidia-curand-cu12==10.3.7.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 76 |
+
nvidia-cusolver-cu12==11.7.1.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 77 |
+
nvidia-cusparse-cu12==12.5.4.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 78 |
+
nvidia-cusparselt-cu12==0.6.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 79 |
+
nvidia-nccl-cu12==2.26.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 80 |
+
nvidia-nvjitlink-cu12==12.6.85 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 81 |
+
nvidia-nvtx-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 82 |
+
openai==1.84.0
|
| 83 |
orjson==3.10.18
|
| 84 |
ormsgpack==1.10.0
|
| 85 |
packageurl-python==0.16.0
|
|
|
|
| 110 |
python-multipart==0.0.20
|
| 111 |
pytz==2025.2
|
| 112 |
pyyaml==6.0.2
|
| 113 |
+
regex==2024.11.6
|
| 114 |
requests==2.32.3
|
| 115 |
requests-toolbelt==1.0.0
|
| 116 |
rich==14.0.0
|
| 117 |
ruff==0.11.12
|
| 118 |
s3transfer==0.13.0
|
| 119 |
safehttpx==0.1.6
|
| 120 |
+
safetensors==0.5.3
|
| 121 |
+
scikit-learn==1.6.1
|
| 122 |
+
scipy==1.15.3
|
| 123 |
semantic-version==2.10.0
|
| 124 |
+
sentence-transformers==4.1.0
|
| 125 |
+
setuptools==80.9.0 ; (python_full_version >= '3.12' and platform_machine != 'x86_64') or (python_full_version >= '3.12' and sys_platform != 'linux') or (platform_machine == 'x86_64' and sys_platform == 'linux')
|
| 126 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
| 127 |
six==1.17.0
|
| 128 |
sniffio==1.3.1
|
| 129 |
sortedcontainers==2.4.0
|
| 130 |
sse-starlette==2.3.6
|
| 131 |
starlette==0.46.2
|
| 132 |
+
sympy==1.14.0
|
| 133 |
tenacity==9.1.2
|
| 134 |
+
threadpoolctl==3.6.0
|
| 135 |
+
tokenizers==0.21.1
|
| 136 |
toml==0.10.2
|
| 137 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
| 138 |
tomlkit==0.13.2
|
| 139 |
+
torch==2.7.1
|
| 140 |
tqdm==4.67.1
|
| 141 |
+
transformers==4.52.4
|
| 142 |
+
triton==3.3.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 143 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
| 144 |
typing-extensions==4.13.2
|
| 145 |
typing-inspection==0.4.1
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
-
# uv export --format requirements-txt --no-hashes --no-dev -o requirements.txt
|
| 3 |
aiofiles==24.1.0
|
| 4 |
annotated-types==0.7.0
|
| 5 |
anyio==4.9.0
|
|
@@ -12,6 +12,7 @@ charset-normalizer==3.4.2
|
|
| 12 |
click==8.2.1 ; sys_platform != 'emscripten'
|
| 13 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 14 |
coverage==7.8.2
|
|
|
|
| 15 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
| 16 |
fastapi==0.115.12
|
| 17 |
ffmpy==0.6.0
|
|
@@ -29,11 +30,14 @@ huggingface-hub==0.32.3
|
|
| 29 |
idna==3.10
|
| 30 |
iniconfig==2.1.0
|
| 31 |
jinja2==3.1.6
|
|
|
|
| 32 |
jmespath==1.0.1
|
|
|
|
| 33 |
jsonpatch==1.33
|
| 34 |
jsonpointer==3.0.0
|
| 35 |
langchain-aws==0.2.24
|
| 36 |
langchain-core==0.3.63
|
|
|
|
| 37 |
langchain-mcp-adapters==0.1.1
|
| 38 |
langgraph==0.4.7
|
| 39 |
langgraph-checkpoint==2.0.26
|
|
@@ -44,8 +48,26 @@ markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
|
|
| 44 |
markupsafe==3.0.2
|
| 45 |
mcp==1.9.0
|
| 46 |
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
|
|
|
|
|
|
|
|
|
| 47 |
numpy==1.26.4 ; python_full_version < '3.12'
|
| 48 |
numpy==2.2.6 ; python_full_version >= '3.12'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
orjson==3.10.18
|
| 50 |
ormsgpack==1.10.0
|
| 51 |
packaging==24.2
|
|
@@ -66,22 +88,34 @@ python-dotenv==1.1.0
|
|
| 66 |
python-multipart==0.0.20
|
| 67 |
pytz==2025.2
|
| 68 |
pyyaml==6.0.2
|
|
|
|
| 69 |
requests==2.32.3
|
| 70 |
requests-toolbelt==1.0.0
|
| 71 |
rich==14.0.0 ; sys_platform != 'emscripten'
|
| 72 |
ruff==0.11.12 ; sys_platform != 'emscripten'
|
| 73 |
s3transfer==0.13.0
|
| 74 |
safehttpx==0.1.6
|
|
|
|
|
|
|
|
|
|
| 75 |
semantic-version==2.10.0
|
|
|
|
|
|
|
| 76 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
| 77 |
six==1.17.0
|
| 78 |
sniffio==1.3.1
|
| 79 |
sse-starlette==2.3.6
|
| 80 |
starlette==0.46.2
|
|
|
|
| 81 |
tenacity==9.1.2
|
|
|
|
|
|
|
| 82 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
| 83 |
tomlkit==0.13.2
|
|
|
|
| 84 |
tqdm==4.67.1
|
|
|
|
|
|
|
| 85 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
| 86 |
typing-extensions==4.13.2
|
| 87 |
typing-inspection==0.4.1
|
|
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
+
# uv export --format requirements-txt --no-hashes --no-annotate --no-dev -o requirements.txt
|
| 3 |
aiofiles==24.1.0
|
| 4 |
annotated-types==0.7.0
|
| 5 |
anyio==4.9.0
|
|
|
|
| 12 |
click==8.2.1 ; sys_platform != 'emscripten'
|
| 13 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 14 |
coverage==7.8.2
|
| 15 |
+
distro==1.9.0
|
| 16 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
| 17 |
fastapi==0.115.12
|
| 18 |
ffmpy==0.6.0
|
|
|
|
| 30 |
idna==3.10
|
| 31 |
iniconfig==2.1.0
|
| 32 |
jinja2==3.1.6
|
| 33 |
+
jiter==0.10.0
|
| 34 |
jmespath==1.0.1
|
| 35 |
+
joblib==1.5.1
|
| 36 |
jsonpatch==1.33
|
| 37 |
jsonpointer==3.0.0
|
| 38 |
langchain-aws==0.2.24
|
| 39 |
langchain-core==0.3.63
|
| 40 |
+
langchain-huggingface==0.2.0
|
| 41 |
langchain-mcp-adapters==0.1.1
|
| 42 |
langgraph==0.4.7
|
| 43 |
langgraph-checkpoint==2.0.26
|
|
|
|
| 48 |
markupsafe==3.0.2
|
| 49 |
mcp==1.9.0
|
| 50 |
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
| 51 |
+
mpmath==1.3.0
|
| 52 |
+
networkx==3.4.2 ; python_full_version < '3.11'
|
| 53 |
+
networkx==3.5 ; python_full_version >= '3.11'
|
| 54 |
numpy==1.26.4 ; python_full_version < '3.12'
|
| 55 |
numpy==2.2.6 ; python_full_version >= '3.12'
|
| 56 |
+
nvidia-cublas-cu12==12.6.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 57 |
+
nvidia-cuda-cupti-cu12==12.6.80 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 58 |
+
nvidia-cuda-nvrtc-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 59 |
+
nvidia-cuda-runtime-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 60 |
+
nvidia-cudnn-cu12==9.5.1.17 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 61 |
+
nvidia-cufft-cu12==11.3.0.4 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 62 |
+
nvidia-cufile-cu12==1.11.1.6 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 63 |
+
nvidia-curand-cu12==10.3.7.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 64 |
+
nvidia-cusolver-cu12==11.7.1.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 65 |
+
nvidia-cusparse-cu12==12.5.4.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 66 |
+
nvidia-cusparselt-cu12==0.6.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 67 |
+
nvidia-nccl-cu12==2.26.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 68 |
+
nvidia-nvjitlink-cu12==12.6.85 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 69 |
+
nvidia-nvtx-cu12==12.6.77 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 70 |
+
openai==1.84.0
|
| 71 |
orjson==3.10.18
|
| 72 |
ormsgpack==1.10.0
|
| 73 |
packaging==24.2
|
|
|
|
| 88 |
python-multipart==0.0.20
|
| 89 |
pytz==2025.2
|
| 90 |
pyyaml==6.0.2
|
| 91 |
+
regex==2024.11.6
|
| 92 |
requests==2.32.3
|
| 93 |
requests-toolbelt==1.0.0
|
| 94 |
rich==14.0.0 ; sys_platform != 'emscripten'
|
| 95 |
ruff==0.11.12 ; sys_platform != 'emscripten'
|
| 96 |
s3transfer==0.13.0
|
| 97 |
safehttpx==0.1.6
|
| 98 |
+
safetensors==0.5.3
|
| 99 |
+
scikit-learn==1.6.1
|
| 100 |
+
scipy==1.15.3
|
| 101 |
semantic-version==2.10.0
|
| 102 |
+
sentence-transformers==4.1.0
|
| 103 |
+
setuptools==80.9.0 ; (python_full_version >= '3.12' and platform_machine != 'x86_64') or (python_full_version >= '3.12' and sys_platform != 'linux') or (platform_machine == 'x86_64' and sys_platform == 'linux')
|
| 104 |
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
| 105 |
six==1.17.0
|
| 106 |
sniffio==1.3.1
|
| 107 |
sse-starlette==2.3.6
|
| 108 |
starlette==0.46.2
|
| 109 |
+
sympy==1.14.0
|
| 110 |
tenacity==9.1.2
|
| 111 |
+
threadpoolctl==3.6.0
|
| 112 |
+
tokenizers==0.21.1
|
| 113 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
| 114 |
tomlkit==0.13.2
|
| 115 |
+
torch==2.7.1
|
| 116 |
tqdm==4.67.1
|
| 117 |
+
transformers==4.52.4
|
| 118 |
+
triton==3.3.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 119 |
typer==0.16.0 ; sys_platform != 'emscripten'
|
| 120 |
typing-extensions==4.13.2
|
| 121 |
typing-inspection==0.4.1
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|