特征提取模块
Showing
app/services/__init__.py
0 → 100644
... | @@ -3,3 +3,33 @@ python-dotenv~=1.1.0 | ... | @@ -3,3 +3,33 @@ python-dotenv~=1.1.0 |
pip~=25.1.1 | pip~=25.1.1 | ||
protobuf~=6.31.0 | protobuf~=6.31.0 | ||
filelock~=3.18.0 | filelock~=3.18.0 | ||
torch~=2.7.0 | |||
requests~=2.32.3 | |||
numpy~=2.2.6 | |||
pillow~=11.2.1 | |||
typing_extensions~=4.13.2 | |||
MarkupSafe~=3.0.2 | |||
Werkzeug~=3.1.3 | |||
click~=8.2.1 | |||
Jinja2~=3.1.6 | |||
blinker~=1.9.0 | |||
itsdangerous~=2.2.0 | |||
clip~=1.0 | |||
packaging~=25.0 | |||
torchvision~=0.22.0 | |||
tqdm~=4.67.1 | |||
ftfy~=6.3.1 | |||
regex~=2024.11.6 | |||
wcwidth~=0.2.13 | |||
colorama~=0.4.6 | |||
typing_extensions~=4.13.2 | |||
charset-normalizer~=3.4.2 | |||
setuptools~=80.7.1 | |||
pytz~=2025.2 | |||
sympy~=1.14.0 | |||
mpmath~=1.3.0 | |||
networkx~=3.4.2 | |||
urllib3~=2.4.0 | |||
fsspec~=2025.3.2 | |||
ujson~=5.10.0 | |||
pandas~=2.2.3 | |||
\ No newline at end of file |
Please register or sign in to comment