Skip to content

Commit e582a8f

Browse files
authored
feat: fix requirements (#800)
## Description <!-- Please include a summary of the changes below; Fill in the issue number that this PR addresses (if applicable); Fill in the related MemOS-Docs repository issue or PR link (if applicable); Mention the person who will review this PR (if you know who it is); Replace (summary), (issue), (docs-issue-or-pr-link), and (reviewer) with the appropriate information. 请在下方填写更改的摘要; 填写此 PR 解决的问题编号(如果适用); 填写相关的 MemOS-Docs 仓库 issue 或 PR 链接(如果适用); 提及将审查此 PR 的人(如果您知道是谁); 替换 (summary)、(issue)、(docs-issue-or-pr-link) 和 (reviewer) 为适当的信息。 --> Summary: (summary) Fix: #(issue) Docs Issue/PR: (docs-issue-or-pr-link) Reviewer: @(reviewer) ## Checklist: - [ ] I have performed a self-review of my own code | 我已自行检查了自己的代码 - [ ] I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释 - [ ] I have added tests that prove my fix is effective or that my feature works | 我已添加测试以证明我的修复有效或功能正常 - [ ] I have created related documentation issue/PR in [MemOS-Docs](https://github.com/MemTensor/MemOS-Docs) (if applicable) | 我已在 [MemOS-Docs](https://github.com/MemTensor/MemOS-Docs) 中创建了相关的文档 issue/PR(如果适用) - [ ] I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用) - [ ] I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人
2 parents 4e9882b + 20a0ac7 commit e582a8f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docker/requirements-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tzdata==2025.2
159159
ujson==5.10.0
160160
urllib3==2.5.0
161161
uvicorn==0.35.0
162-
uvloop==0.21.0
162+
uvloop==0.22.1; sys_platform != 'win32'
163163
volcengine-python-sdk==4.0.6
164164
watchfiles==1.1.0
165165
websockets==15.0.1
@@ -179,7 +179,7 @@ pathable==0.4.4
179179
pathvalidate==3.3.1
180180
platformdirs==4.5.0
181181
pluggy==1.6.0
182-
psycopg2-binary==2.9.9
182+
psycopg2-binary==2.9.11
183183
py-key-value-aio==0.2.8
184184
py-key-value-shared==0.2.8
185185
PyJWT==2.10.1

docker/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ MarkupSafe==3.0.3
5555
mcp==1.21.1
5656
mdurl==0.1.2
5757
more-itertools==10.8.0
58-
neo4j==5.28.1
5958
numpy==2.3.4
6059
ollama==0.4.9
6160
openai==1.109.1
@@ -71,7 +70,7 @@ pluggy==1.6.0
7170
portalocker==2.8.0
7271
prometheus_client==0.23.1
7372
protobuf==6.33.1
74-
psycopg2-binary==2.9.9
73+
psycopg2-binary==2.9.11
7574
py-key-value-aio==0.2.8
7675
py-key-value-shared==0.2.8
7776
pycparser==2.23
@@ -123,6 +122,6 @@ tzdata==2025.2
123122
ujson==5.11.0
124123
urllib3==2.5.0
125124
uvicorn==0.38.0
126-
uvloop==0.22.1
125+
uvloop==0.22.1; sys_platform != 'win32'
127126
watchfiles==1.1.1
128127
websockets==15.0.1

0 commit comments

Comments
 (0)