python version
This commit is contained in:
parent
cf7499b743
commit
f62dbf0484
4
poetry.lock
generated
4
poetry.lock
generated
@ -4071,5 +4071,5 @@ propcache = ">=0.2.1"
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "3.12.0"
|
python-versions = ">=3.12.0"
|
||||||
content-hash = "e9161f4f141b9dbc6037c5cfe89a044c33e0e556b420cc2df66528a1d3328f46"
|
content-hash = "213eb7c052504d00519ca1528c6c17caf10389705b773fe60f0a90a5aa321634"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ authors = [
|
|||||||
{name = "朱潮",email = "zhuchaowe@users.noreply.github.com"}
|
{name = "朱潮",email = "zhuchaowe@users.noreply.github.com"}
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = "3.12.0"
|
requires-python = ">=3.12.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi==0.116.1",
|
"fastapi==0.116.1",
|
||||||
"uvicorn==0.35.0",
|
"uvicorn==0.35.0",
|
||||||
|
|||||||
228
requirements.txt
228
requirements.txt
@ -1,114 +1,114 @@
|
|||||||
aiofiles==25.1.0 ; python_full_version == "3.12.0"
|
aiofiles==25.1.0 ; python_version >= "3.12"
|
||||||
aiohappyeyeballs==2.6.1 ; python_full_version == "3.12.0"
|
aiohappyeyeballs==2.6.1 ; python_version >= "3.12"
|
||||||
aiohttp==3.13.1 ; python_full_version == "3.12.0"
|
aiohttp==3.13.1 ; python_version >= "3.12"
|
||||||
aiosignal==1.4.0 ; python_full_version == "3.12.0"
|
aiosignal==1.4.0 ; python_version >= "3.12"
|
||||||
annotated-types==0.7.0 ; python_full_version == "3.12.0"
|
annotated-types==0.7.0 ; python_version >= "3.12"
|
||||||
anyio==4.11.0 ; python_full_version == "3.12.0"
|
anyio==4.11.0 ; python_version >= "3.12"
|
||||||
attrs==25.4.0 ; python_full_version == "3.12.0"
|
attrs==25.4.0 ; python_version >= "3.12"
|
||||||
beautifulsoup4==4.14.2 ; python_full_version == "3.12.0"
|
beautifulsoup4==4.14.2 ; python_full_version >= "3.12.0"
|
||||||
certifi==2025.10.5 ; python_full_version == "3.12.0"
|
certifi==2025.10.5 ; python_version >= "3.12"
|
||||||
cffi==2.0.0 ; python_full_version == "3.12.0" and platform_python_implementation != "PyPy"
|
cffi==2.0.0 ; python_version >= "3.12" and platform_python_implementation != "PyPy"
|
||||||
chardet==5.2.0 ; python_full_version == "3.12.0"
|
chardet==5.2.0 ; python_version >= "3.12"
|
||||||
charset-normalizer==3.4.4 ; python_full_version == "3.12.0"
|
charset-normalizer==3.4.4 ; python_version >= "3.12"
|
||||||
click==8.3.0 ; python_full_version == "3.12.0"
|
click==8.3.0 ; python_version >= "3.12"
|
||||||
colorama==0.4.6 ; python_full_version == "3.12.0" and platform_system == "Windows"
|
colorama==0.4.6 ; python_version >= "3.12" and platform_system == "Windows"
|
||||||
cryptography==46.0.3 ; python_full_version == "3.12.0"
|
cryptography==46.0.3 ; python_version >= "3.12"
|
||||||
dashscope==1.24.6 ; python_full_version == "3.12.0"
|
dashscope==1.24.6 ; python_full_version >= "3.12.0"
|
||||||
distro==1.9.0 ; python_full_version == "3.12.0"
|
distro==1.9.0 ; python_version >= "3.12"
|
||||||
dotenv==0.9.9 ; python_full_version == "3.12.0"
|
dotenv==0.9.9 ; python_full_version >= "3.12.0"
|
||||||
et-xmlfile==2.0.0 ; python_full_version == "3.12.0"
|
et-xmlfile==2.0.0 ; python_version >= "3.12"
|
||||||
eval-type-backport==0.2.2 ; python_full_version == "3.12.0"
|
eval-type-backport==0.2.2 ; python_version >= "3.12"
|
||||||
fastapi==0.116.1 ; python_full_version == "3.12.0"
|
fastapi==0.116.1 ; python_version >= "3.12"
|
||||||
filelock==3.20.0 ; python_full_version == "3.12.0"
|
filelock==3.20.0 ; python_version >= "3.12"
|
||||||
frozenlist==1.8.0 ; python_full_version == "3.12.0"
|
frozenlist==1.8.0 ; python_version >= "3.12"
|
||||||
fsspec==2025.9.0 ; python_full_version == "3.12.0"
|
fsspec==2025.9.0 ; python_version >= "3.12"
|
||||||
h11==0.16.0 ; python_full_version == "3.12.0"
|
h11==0.16.0 ; python_version >= "3.12"
|
||||||
hf-xet==1.1.10 ; python_full_version == "3.12.0" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "arm64" or platform_machine == "aarch64")
|
hf-xet==1.1.10 ; python_version >= "3.12" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "arm64" or platform_machine == "aarch64")
|
||||||
httpcore==1.0.9 ; python_full_version == "3.12.0"
|
httpcore==1.0.9 ; python_version >= "3.12"
|
||||||
httpx-sse==0.4.3 ; python_full_version == "3.12.0"
|
httpx-sse==0.4.3 ; python_version >= "3.12"
|
||||||
httpx==0.28.1 ; python_full_version == "3.12.0"
|
httpx==0.28.1 ; python_version >= "3.12"
|
||||||
huey==2.5.3 ; python_full_version == "3.12.0"
|
huey==2.5.3 ; python_full_version >= "3.12.0"
|
||||||
huggingface-hub==0.35.3 ; python_full_version == "3.12.0"
|
huggingface-hub==0.35.3 ; python_full_version >= "3.12.0"
|
||||||
idna==3.11 ; python_full_version == "3.12.0"
|
idna==3.11 ; python_version >= "3.12"
|
||||||
jieba==0.42.1 ; python_full_version == "3.12.0"
|
jieba==0.42.1 ; python_full_version >= "3.12.0"
|
||||||
jinja2==3.1.6 ; python_full_version == "3.12.0"
|
jinja2==3.1.6 ; python_version >= "3.12"
|
||||||
jiter==0.11.1 ; python_full_version == "3.12.0"
|
jiter==0.11.1 ; python_version >= "3.12"
|
||||||
joblib==1.5.2 ; python_full_version == "3.12.0"
|
joblib==1.5.2 ; python_version >= "3.12"
|
||||||
json5==0.12.1 ; python_full_version == "3.12.0"
|
json5==0.12.1 ; python_full_version >= "3.12.0"
|
||||||
jsonlines==4.0.0 ; python_full_version == "3.12.0"
|
jsonlines==4.0.0 ; python_version >= "3.12"
|
||||||
jsonschema-specifications==2025.9.1 ; python_full_version == "3.12.0"
|
jsonschema-specifications==2025.9.1 ; python_version >= "3.12"
|
||||||
jsonschema==4.25.1 ; python_full_version == "3.12.0"
|
jsonschema==4.25.1 ; python_version >= "3.12"
|
||||||
lxml==6.0.2 ; python_full_version == "3.12.0"
|
lxml==6.0.2 ; python_version >= "3.12"
|
||||||
markupsafe==3.0.3 ; python_full_version == "3.12.0"
|
markupsafe==3.0.3 ; python_version >= "3.12"
|
||||||
mcp==1.12.4 ; python_full_version == "3.12.0"
|
mcp==1.12.4 ; python_version >= "3.12"
|
||||||
mpmath==1.3.0 ; python_full_version == "3.12.0"
|
mpmath==1.3.0 ; python_full_version >= "3.12.0"
|
||||||
multidict==6.7.0 ; python_full_version == "3.12.0"
|
multidict==6.7.0 ; python_version >= "3.12"
|
||||||
networkx==3.5 ; python_full_version == "3.12.0"
|
networkx==3.5 ; python_version >= "3.12"
|
||||||
numpy==1.26.4 ; python_full_version == "3.12.0"
|
numpy==1.26.4 ; python_version >= "3.12"
|
||||||
nvidia-cublas-cu12==12.1.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cublas-cu12==12.1.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cudnn-cu12==8.9.2.26 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cudnn-cu12==8.9.2.26 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cufft-cu12==11.0.2.54 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cufft-cu12==11.0.2.54 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-nccl-cu12==2.19.3 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-nccl-cu12==2.19.3 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-nvjitlink-cu12==12.9.86 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-nvjitlink-cu12==12.9.86 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.12"
|
||||||
openai==2.5.0 ; python_full_version == "3.12.0"
|
openai==2.5.0 ; python_version >= "3.12"
|
||||||
openpyxl==3.1.5 ; python_full_version == "3.12.0"
|
openpyxl==3.1.5 ; python_version >= "3.12"
|
||||||
packaging==25.0 ; python_full_version == "3.12.0"
|
packaging==25.0 ; python_version >= "3.12"
|
||||||
pandas==2.3.3 ; python_full_version == "3.12.0"
|
pandas==2.3.3 ; python_version >= "3.12"
|
||||||
pdfminer-six==20250506 ; python_full_version == "3.12.0"
|
pdfminer-six==20250506 ; python_version >= "3.12"
|
||||||
pdfplumber==0.11.7 ; python_full_version == "3.12.0"
|
pdfplumber==0.11.7 ; python_version >= "3.12"
|
||||||
pillow==12.0.0 ; python_full_version == "3.12.0"
|
pillow==12.0.0 ; python_version >= "3.12"
|
||||||
propcache==0.4.1 ; python_full_version == "3.12.0"
|
propcache==0.4.1 ; python_version >= "3.12"
|
||||||
pycparser==2.23 ; platform_python_implementation != "PyPy" and implementation_name != "PyPy" and python_full_version == "3.12.0"
|
pycparser==2.23 ; platform_python_implementation != "PyPy" and implementation_name != "PyPy" and python_version >= "3.12"
|
||||||
pydantic-core==2.27.2 ; python_full_version == "3.12.0"
|
pydantic-core==2.27.2 ; python_version >= "3.12"
|
||||||
pydantic-settings==2.11.0 ; python_full_version == "3.12.0"
|
pydantic-settings==2.11.0 ; python_version >= "3.12"
|
||||||
pydantic==2.10.5 ; python_full_version == "3.12.0"
|
pydantic==2.10.5 ; python_version >= "3.12"
|
||||||
pypdfium2==4.30.0 ; python_full_version == "3.12.0"
|
pypdfium2==4.30.0 ; python_version >= "3.12"
|
||||||
python-dateutil==2.8.2 ; python_full_version == "3.12.0"
|
python-dateutil==2.8.2 ; python_version >= "3.12"
|
||||||
python-docx==1.2.0 ; python_full_version == "3.12.0"
|
python-docx==1.2.0 ; python_version >= "3.12"
|
||||||
python-dotenv==1.1.1 ; python_full_version == "3.12.0"
|
python-dotenv==1.1.1 ; python_version >= "3.12"
|
||||||
python-multipart==0.0.20 ; python_full_version == "3.12.0"
|
python-multipart==0.0.20 ; python_version >= "3.12"
|
||||||
python-pptx==1.0.2 ; python_full_version == "3.12.0"
|
python-pptx==1.0.2 ; python_version >= "3.12"
|
||||||
pytz==2025.2 ; python_full_version == "3.12.0"
|
pytz==2025.2 ; python_full_version >= "3.12.0"
|
||||||
pywin32==311 ; python_full_version == "3.12.0" and sys_platform == "win32"
|
pywin32==311 ; python_full_version >= "3.12.0" and sys_platform == "win32"
|
||||||
pyyaml==6.0.3 ; python_full_version == "3.12.0"
|
pyyaml==6.0.3 ; python_version >= "3.12"
|
||||||
qwen-agent==0.0.31 ; python_full_version == "3.12.0"
|
qwen-agent==0.0.31 ; python_full_version >= "3.12.0"
|
||||||
rank-bm25==0.2.2 ; python_full_version == "3.12.0"
|
rank-bm25==0.2.2 ; python_full_version >= "3.12.0"
|
||||||
referencing==0.37.0 ; python_full_version == "3.12.0"
|
referencing==0.37.0 ; python_version >= "3.12"
|
||||||
regex==2025.9.18 ; python_full_version == "3.12.0"
|
regex==2025.9.18 ; python_version >= "3.12"
|
||||||
requests==2.32.5 ; python_full_version == "3.12.0"
|
requests==2.32.5 ; python_version >= "3.12"
|
||||||
rpds-py==0.27.1 ; python_full_version == "3.12.0"
|
rpds-py==0.27.1 ; python_version >= "3.12"
|
||||||
safetensors==0.6.2 ; python_full_version == "3.12.0"
|
safetensors==0.6.2 ; python_version >= "3.12"
|
||||||
scikit-learn==1.7.2 ; python_full_version == "3.12.0"
|
scikit-learn==1.7.2 ; python_version >= "3.12"
|
||||||
scipy==1.16.2 ; python_full_version == "3.12.0"
|
scipy==1.16.2 ; python_version >= "3.12"
|
||||||
sentence-transformers==5.1.1 ; python_full_version == "3.12.0"
|
sentence-transformers==5.1.1 ; python_version >= "3.12"
|
||||||
six==1.17.0 ; python_full_version == "3.12.0"
|
six==1.17.0 ; python_version >= "3.12"
|
||||||
sniffio==1.3.1 ; python_full_version == "3.12.0"
|
sniffio==1.3.1 ; python_version >= "3.12"
|
||||||
snowballstemmer==3.0.1 ; python_full_version == "3.12.0"
|
snowballstemmer==3.0.1 ; python_version >= "3.12"
|
||||||
soupsieve==2.8 ; python_full_version == "3.12.0"
|
soupsieve==2.8 ; python_version >= "3.12"
|
||||||
sse-starlette==3.0.2 ; python_full_version == "3.12.0"
|
sse-starlette==3.0.2 ; python_version >= "3.12"
|
||||||
starlette==0.47.3 ; python_full_version == "3.12.0"
|
starlette==0.47.3 ; python_version >= "3.12"
|
||||||
sympy==1.14.0 ; python_full_version == "3.12.0"
|
sympy==1.14.0 ; python_version >= "3.12"
|
||||||
tabulate==0.9.0 ; python_full_version == "3.12.0"
|
tabulate==0.9.0 ; python_version >= "3.12"
|
||||||
threadpoolctl==3.6.0 ; python_full_version == "3.12.0"
|
threadpoolctl==3.6.0 ; python_version >= "3.12"
|
||||||
tiktoken==0.12.0 ; python_full_version == "3.12.0"
|
tiktoken==0.12.0 ; python_version >= "3.12"
|
||||||
tokenizers==0.22.1 ; python_full_version == "3.12.0"
|
tokenizers==0.22.1 ; python_version >= "3.12"
|
||||||
torch==2.2.0 ; python_full_version == "3.12.0"
|
torch==2.2.0 ; python_full_version >= "3.12.0"
|
||||||
tqdm==4.67.1 ; python_full_version == "3.12.0"
|
tqdm==4.67.1 ; python_version >= "3.12"
|
||||||
transformers==4.57.1 ; python_full_version == "3.12.0"
|
transformers==4.57.1 ; python_full_version >= "3.12.0"
|
||||||
triton==2.2.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.12.0"
|
triton==2.2.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.12.0"
|
||||||
typing-extensions==4.15.0 ; python_full_version == "3.12.0"
|
typing-extensions==4.15.0 ; python_version >= "3.12"
|
||||||
typing-inspection==0.4.2 ; python_full_version == "3.12.0"
|
typing-inspection==0.4.2 ; python_version >= "3.12"
|
||||||
tzdata==2025.2 ; python_full_version == "3.12.0"
|
tzdata==2025.2 ; python_version >= "3.12"
|
||||||
urllib3==2.5.0 ; python_full_version == "3.12.0"
|
urllib3==2.5.0 ; python_version >= "3.12"
|
||||||
uvicorn==0.35.0 ; python_full_version == "3.12.0"
|
uvicorn==0.35.0 ; python_version >= "3.12"
|
||||||
websocket-client==1.9.0 ; python_full_version == "3.12.0"
|
websocket-client==1.9.0 ; python_version >= "3.12"
|
||||||
xlrd==2.0.2 ; python_full_version == "3.12.0"
|
xlrd==2.0.2 ; python_version >= "3.12"
|
||||||
xlsxwriter==3.2.9 ; python_full_version == "3.12.0"
|
xlsxwriter==3.2.9 ; python_version >= "3.12"
|
||||||
yarl==1.22.0 ; python_full_version == "3.12.0"
|
yarl==1.22.0 ; python_version >= "3.12"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user