forked from MemTensor/MemOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
160 lines (159 loc) · 3.24 KB
/
requirements.txt
File metadata and controls
160 lines (159 loc) · 3.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Docker optimized requirements - Core dependencies only
# Excludes Windows-specific and heavy GPU packages for faster builds
annotated-types==0.7.0
anyio==4.9.0
async-timeout==5.0.1
attrs==25.3.0
authlib==1.6.0
beautifulsoup4==4.13.4
certifi==2025.7.14
cffi==1.17.1
charset-normalizer==3.4.2
chonkie==1.1.1
click==8.2.1
cobble==0.1.4
colorama==0.4.6
coloredlogs==15.0.1
cryptography==45.0.5
cyclopts==3.22.2
defusedxml==0.7.1
distro==1.9.0
dnspython==2.7.0
docstring-parser==0.16
docutils==0.21.2
email-validator==2.2.0
et-xmlfile==2.0.0
exceptiongroup==1.3.0
fastapi-cli==0.0.8
fastapi-cloud-cli==0.1.4
fastapi==0.115.14
fastmcp==2.10.5
filelock==3.18.0
flatbuffers==25.2.10
fsspec==2025.7.0
greenlet==3.2.3
grpcio==1.73.1
h11==0.16.0
h2==4.2.0
hf-xet==1.1.5
hpack==4.1.0
httpcore==1.0.9
httptools==0.6.4
httpx-sse==0.4.1
httpx==0.28.1
huggingface-hub==0.33.4
humanfriendly==10.0
hyperframe==6.1.0
idna==3.10
itsdangerous==2.2.0
jinja2==3.1.6
jiter==0.10.0
joblib==1.5.1
jsonschema-specifications==2025.4.1
jsonschema==4.24.1
lxml==6.0.0
magika==0.6.2
mammoth==1.9.1
markdown-it-py==3.0.0
markdownify==1.1.0
markitdown==0.1.2
markupsafe==3.0.2
mcp==1.12.0
mdurl==0.1.2
mpmath==1.3.0
neo4j==5.28.1
networkx==3.5
numpy==2.3.1
# NVIDIA CUDA packages excluded for lighter Docker images
# If GPU support is needed, uncomment relevant packages below:
# nvidia-cublas-cu12==12.6.4.1
# nvidia-cuda-cupti-cu12==12.6.80
# nvidia-cuda-nvrtc-cu12==12.6.77
# nvidia-cuda-runtime-cu12==12.6.77
# nvidia-cudnn-cu12==9.5.1.17
# nvidia-cufft-cu12==11.3.0.4
# nvidia-cufile-cu12==1.11.1.6
# nvidia-curand-cu12==10.3.7.77
# nvidia-cusolver-cu12==11.7.1.2
# nvidia-cusparse-cu12==12.5.4.2
# nvidia-cusparselt-cu12==0.6.3
# nvidia-nccl-cu12==2.26.2
# nvidia-nvjitlink-cu12==12.6.85
# nvidia-nvtx-cu12==12.6.77
ollama==0.4.9
onnxruntime==1.22.1
openai==1.97.0
openapi-pydantic==0.5.1
openpyxl==3.1.5
orjson==3.11.0
packaging==25.0
pandas==2.3.1
pdfminer-six==20250506
pika==1.3.2
pillow==11.3.0
portalocker==2.10.1
protobuf==6.31.1
pycparser==2.22
pydantic-core==2.33.2
pydantic-extra-types==2.10.5
pydantic-settings==2.10.1
pydantic==2.11.7
pygments==2.19.2
pymysql==1.1.1
pyperclip==1.9.0
# Windows-specific packages excluded:
# pyreadline3==3.5.4 # Windows only
# pywin32==311 # Windows only
python-dateutil==2.9.0.post0
python-dotenv==1.1.1
python-multipart==0.0.20
python-pptx==1.0.2
pytz==2025.2
pyyaml==6.0.2
qdrant-client==1.14.3
redis==6.2.0
referencing==0.36.2
regex==2024.11.6
requests==2.32.4
rich-rst==1.3.1
rich-toolkit==0.14.8
rich==14.0.0
rignore==0.6.2
rpds-py==0.26.0
safetensors==0.5.3
schedule==1.2.2
scikit-learn==1.7.0
scipy==1.16.0
sentence-transformers==4.1.0
sentry-sdk==2.33.0
setuptools==80.9.0
shellingham==1.5.4
six==1.17.0
sniffio==1.3.1
soupsieve==2.7
sqlalchemy==2.0.41
sse-starlette==2.4.1
starlette==0.46.2
sympy==1.14.0
tenacity==9.1.2
threadpoolctl==3.6.0
tokenizers==0.21.2
# Torch excluded for lighter Docker images (very large package ~2GB)
# If needed for ML/AI features, uncomment:
# torch==2.7.1
# triton==3.3.1
tqdm==4.67.1
transformers==4.53.2
typer==0.16.0
typing-extensions==4.14.1
typing-inspection==0.4.1
tzdata==2025.2
ujson==5.10.0
urllib3==2.5.0
uvicorn==0.35.0
uvloop==0.21.0
volcengine-python-sdk==4.0.6
watchfiles==1.1.0
websockets==15.0.1
xlrd==2.0.2
xlsxwriter==3.2.5