Skip to content

Commit

Permalink
[Hot fix]Set version limits for requirements (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c authored Jan 23, 2024
1 parent 28789fe commit 4a238ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
NAME = "agentscope"
URL = "https://github.com/alibaba/AgentScope"

rpc_requires = ["grpcio", "grpcio-tools", "expiringdict"]
rpc_requires = [
"grpcio==1.60.0",
"grpcio-tools==1.60.0",
"protobuf==4.25.0",
"expiringdict",
]

service_requires = ["docker", "pymongo", "pymysql"]

Expand All @@ -37,7 +42,7 @@
"tiktoken",
"Pillow",
"requests",
"openai",
"openai>=1.3.0",
"numpy",
]

Expand Down

0 comments on commit 4a238ba

Please sign in to comment.