Spaces:
Running
Running
Fix missing dependencies (#4)
Browse files- fix: Add missing requirements (7fa7ab92623e1ed9f8941da9c6551f5636a742a1)
- requirements-dev.txt +64 -1
- requirements.txt +69 -1
requirements-dev.txt
CHANGED
|
@@ -1,33 +1,69 @@
|
|
| 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 |
boolean-py==5.0
|
|
|
|
|
|
|
| 4 |
cachecontrol==0.14.3
|
| 5 |
certifi==2025.4.26
|
|
|
|
| 6 |
cfgv==3.4.0
|
| 7 |
charset-normalizer==3.4.2
|
|
|
|
| 8 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 9 |
coverage==7.8.2
|
| 10 |
cyclonedx-python-lib==9.1.0
|
| 11 |
defusedxml==0.7.1
|
| 12 |
distlib==0.3.9
|
| 13 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
|
|
|
|
|
|
| 14 |
filelock==3.18.0
|
| 15 |
fsspec==2025.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
|
|
|
|
|
|
|
|
|
| 17 |
huggingface-hub==0.32.3
|
| 18 |
identify==2.6.12
|
| 19 |
idna==3.10
|
| 20 |
iniconfig==2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
license-expression==30.4.1
|
| 22 |
markdown-it-py==3.0.0
|
|
|
|
|
|
|
| 23 |
mdurl==0.1.2
|
| 24 |
msgpack==1.1.0
|
| 25 |
mypy==1.16.0
|
| 26 |
mypy-extensions==1.1.0
|
| 27 |
nodeenv==1.9.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
packageurl-python==0.16.0
|
| 29 |
-
packaging==
|
|
|
|
| 30 |
pathspec==0.12.1
|
|
|
|
| 31 |
pip==25.1.1
|
| 32 |
pip-api==0.0.34
|
| 33 |
pip-audit==2.9.0
|
|
@@ -36,20 +72,47 @@ platformdirs==4.3.8
|
|
| 36 |
pluggy==1.6.0
|
| 37 |
pre-commit==3.8.0
|
| 38 |
py-serializable==2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
pygments==2.19.1
|
| 40 |
pyparsing==3.2.3
|
| 41 |
pytest==7.4.4
|
| 42 |
pytest-cov==4.1.0
|
| 43 |
pytest-randomly==3.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
pyyaml==6.0.2
|
| 45 |
requests==2.32.3
|
|
|
|
| 46 |
rich==14.0.0
|
| 47 |
ruff==0.11.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
sortedcontainers==2.4.0
|
|
|
|
|
|
|
|
|
|
| 49 |
toml==0.10.2
|
| 50 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
|
|
|
| 51 |
tqdm==4.67.1
|
|
|
|
| 52 |
typing-extensions==4.13.2
|
|
|
|
|
|
|
| 53 |
urllib3==2.4.0
|
|
|
|
| 54 |
virtualenv==20.31.2
|
|
|
|
| 55 |
xdoctest==1.2.0
|
|
|
|
|
|
|
|
|
| 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
|
| 6 |
+
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
| 7 |
boolean-py==5.0
|
| 8 |
+
boto3==1.38.27
|
| 9 |
+
botocore==1.38.27
|
| 10 |
cachecontrol==0.14.3
|
| 11 |
certifi==2025.4.26
|
| 12 |
+
cffi==1.17.1 ; platform_python_implementation == 'PyPy'
|
| 13 |
cfgv==3.4.0
|
| 14 |
charset-normalizer==3.4.2
|
| 15 |
+
click==8.2.1 ; sys_platform != 'emscripten'
|
| 16 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 17 |
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
|
| 24 |
filelock==3.18.0
|
| 25 |
fsspec==2025.5.1
|
| 26 |
+
gradio==5.32.1
|
| 27 |
+
gradio-client==1.10.2
|
| 28 |
+
groovy==0.1.2
|
| 29 |
+
h11==0.16.0
|
| 30 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
| 31 |
+
httpcore==1.0.9
|
| 32 |
+
httpx==0.28.1
|
| 33 |
+
httpx-sse==0.4.0
|
| 34 |
huggingface-hub==0.32.3
|
| 35 |
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 |
+
langgraph==0.4.7
|
| 45 |
+
langgraph-checkpoint==2.0.26
|
| 46 |
+
langgraph-prebuilt==0.2.2
|
| 47 |
+
langgraph-sdk==0.1.70
|
| 48 |
+
langsmith==0.3.43
|
| 49 |
license-expression==30.4.1
|
| 50 |
markdown-it-py==3.0.0
|
| 51 |
+
markupsafe==3.0.2
|
| 52 |
+
mcp==1.9.0
|
| 53 |
mdurl==0.1.2
|
| 54 |
msgpack==1.1.0
|
| 55 |
mypy==1.16.0
|
| 56 |
mypy-extensions==1.1.0
|
| 57 |
nodeenv==1.9.1
|
| 58 |
+
numpy==1.26.4 ; python_full_version < '3.12'
|
| 59 |
+
numpy==2.2.6 ; python_full_version >= '3.12'
|
| 60 |
+
orjson==3.10.18
|
| 61 |
+
ormsgpack==1.10.0
|
| 62 |
packageurl-python==0.16.0
|
| 63 |
+
packaging==24.2
|
| 64 |
+
pandas==2.2.3
|
| 65 |
pathspec==0.12.1
|
| 66 |
+
pillow==11.2.1
|
| 67 |
pip==25.1.1
|
| 68 |
pip-api==0.0.34
|
| 69 |
pip-audit==2.9.0
|
|
|
|
| 72 |
pluggy==1.6.0
|
| 73 |
pre-commit==3.8.0
|
| 74 |
py-serializable==2.0.0
|
| 75 |
+
pycparser==2.22 ; platform_python_implementation == 'PyPy'
|
| 76 |
+
pydantic==2.11.5
|
| 77 |
+
pydantic-core==2.33.2
|
| 78 |
+
pydantic-settings==2.9.1
|
| 79 |
+
pydub==0.25.1
|
| 80 |
pygments==2.19.1
|
| 81 |
pyparsing==3.2.3
|
| 82 |
pytest==7.4.4
|
| 83 |
pytest-cov==4.1.0
|
| 84 |
pytest-randomly==3.16.0
|
| 85 |
+
python-dateutil==2.9.0.post0
|
| 86 |
+
python-dotenv==1.1.0
|
| 87 |
+
python-multipart==0.0.20
|
| 88 |
+
pytz==2025.2
|
| 89 |
pyyaml==6.0.2
|
| 90 |
requests==2.32.3
|
| 91 |
+
requests-toolbelt==1.0.0
|
| 92 |
rich==14.0.0
|
| 93 |
ruff==0.11.12
|
| 94 |
+
s3transfer==0.13.0
|
| 95 |
+
safehttpx==0.1.6
|
| 96 |
+
semantic-version==2.10.0
|
| 97 |
+
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
| 98 |
+
six==1.17.0
|
| 99 |
+
sniffio==1.3.1
|
| 100 |
sortedcontainers==2.4.0
|
| 101 |
+
sse-starlette==2.3.6
|
| 102 |
+
starlette==0.46.2
|
| 103 |
+
tenacity==9.1.2
|
| 104 |
toml==0.10.2
|
| 105 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
| 106 |
+
tomlkit==0.13.2
|
| 107 |
tqdm==4.67.1
|
| 108 |
+
typer==0.16.0 ; sys_platform != 'emscripten'
|
| 109 |
typing-extensions==4.13.2
|
| 110 |
+
typing-inspection==0.4.1
|
| 111 |
+
tzdata==2025.2
|
| 112 |
urllib3==2.4.0
|
| 113 |
+
uvicorn==0.34.3 ; sys_platform != 'emscripten'
|
| 114 |
virtualenv==20.31.2
|
| 115 |
+
websockets==15.0.1
|
| 116 |
xdoctest==1.2.0
|
| 117 |
+
xxhash==3.5.0
|
| 118 |
+
zstandard==0.23.0
|
requirements.txt
CHANGED
|
@@ -1,25 +1,93 @@
|
|
| 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 |
certifi==2025.4.26
|
|
|
|
| 4 |
charset-normalizer==3.4.2
|
|
|
|
| 5 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 6 |
coverage==7.8.2
|
| 7 |
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
|
|
|
|
|
|
| 8 |
filelock==3.18.0
|
| 9 |
fsspec==2025.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
|
|
|
|
|
|
|
|
|
| 11 |
huggingface-hub==0.32.3
|
| 12 |
idna==3.10
|
| 13 |
iniconfig==2.1.0
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
pluggy==1.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
pytest==7.4.4
|
| 17 |
pytest-cov==4.1.0
|
| 18 |
pytest-randomly==3.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
pyyaml==6.0.2
|
| 20 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
|
|
|
| 22 |
tqdm==4.67.1
|
|
|
|
| 23 |
typing-extensions==4.13.2
|
|
|
|
|
|
|
| 24 |
urllib3==2.4.0
|
|
|
|
|
|
|
| 25 |
xdoctest==1.2.0
|
|
|
|
|
|
|
|
|
| 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
|
| 6 |
+
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
| 7 |
+
boto3==1.38.27
|
| 8 |
+
botocore==1.38.27
|
| 9 |
certifi==2025.4.26
|
| 10 |
+
cffi==1.17.1 ; platform_python_implementation == 'PyPy'
|
| 11 |
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
|
| 18 |
filelock==3.18.0
|
| 19 |
fsspec==2025.5.1
|
| 20 |
+
gradio==5.32.1
|
| 21 |
+
gradio-client==1.10.2
|
| 22 |
+
groovy==0.1.2
|
| 23 |
+
h11==0.16.0
|
| 24 |
hf-xet==1.1.2 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
| 25 |
+
httpcore==1.0.9
|
| 26 |
+
httpx==0.28.1
|
| 27 |
+
httpx-sse==0.4.0
|
| 28 |
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 |
+
langgraph==0.4.7
|
| 38 |
+
langgraph-checkpoint==2.0.26
|
| 39 |
+
langgraph-prebuilt==0.2.2
|
| 40 |
+
langgraph-sdk==0.1.70
|
| 41 |
+
langsmith==0.3.43
|
| 42 |
+
markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
|
| 43 |
+
markupsafe==3.0.2
|
| 44 |
+
mcp==1.9.0
|
| 45 |
+
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
| 46 |
+
numpy==1.26.4 ; python_full_version < '3.12'
|
| 47 |
+
numpy==2.2.6 ; python_full_version >= '3.12'
|
| 48 |
+
orjson==3.10.18
|
| 49 |
+
ormsgpack==1.10.0
|
| 50 |
+
packaging==24.2
|
| 51 |
+
pandas==2.2.3
|
| 52 |
+
pillow==11.2.1
|
| 53 |
pluggy==1.6.0
|
| 54 |
+
pycparser==2.22 ; platform_python_implementation == 'PyPy'
|
| 55 |
+
pydantic==2.11.5
|
| 56 |
+
pydantic-core==2.33.2
|
| 57 |
+
pydantic-settings==2.9.1
|
| 58 |
+
pydub==0.25.1
|
| 59 |
+
pygments==2.19.1 ; sys_platform != 'emscripten'
|
| 60 |
pytest==7.4.4
|
| 61 |
pytest-cov==4.1.0
|
| 62 |
pytest-randomly==3.16.0
|
| 63 |
+
python-dateutil==2.9.0.post0
|
| 64 |
+
python-dotenv==1.1.0
|
| 65 |
+
python-multipart==0.0.20
|
| 66 |
+
pytz==2025.2
|
| 67 |
pyyaml==6.0.2
|
| 68 |
requests==2.32.3
|
| 69 |
+
requests-toolbelt==1.0.0
|
| 70 |
+
rich==14.0.0 ; sys_platform != 'emscripten'
|
| 71 |
+
ruff==0.11.12 ; sys_platform != 'emscripten'
|
| 72 |
+
s3transfer==0.13.0
|
| 73 |
+
safehttpx==0.1.6
|
| 74 |
+
semantic-version==2.10.0
|
| 75 |
+
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
| 76 |
+
six==1.17.0
|
| 77 |
+
sniffio==1.3.1
|
| 78 |
+
sse-starlette==2.3.6
|
| 79 |
+
starlette==0.46.2
|
| 80 |
+
tenacity==9.1.2
|
| 81 |
tomli==2.2.1 ; python_full_version <= '3.11'
|
| 82 |
+
tomlkit==0.13.2
|
| 83 |
tqdm==4.67.1
|
| 84 |
+
typer==0.16.0 ; sys_platform != 'emscripten'
|
| 85 |
typing-extensions==4.13.2
|
| 86 |
+
typing-inspection==0.4.1
|
| 87 |
+
tzdata==2025.2
|
| 88 |
urllib3==2.4.0
|
| 89 |
+
uvicorn==0.34.3 ; sys_platform != 'emscripten'
|
| 90 |
+
websockets==15.0.1
|
| 91 |
xdoctest==1.2.0
|
| 92 |
+
xxhash==3.5.0
|
| 93 |
+
zstandard==0.23.0
|