mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
build(deps): update flowllm dependency to version >= 0.1.5
- Change flowllm dependency from == 0.1.5 to >= 0.1.5 in pyproject.toml - This allows using versions of flowllm that are newer than 0.1.5
This commit is contained in:
parent
a9f061b92d
commit
a5efdd7427
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ classifiers = [
|
|||
keywords = ["llm", "memory", "experience", "memoryscope", "ai", "mcp", "http"]
|
||||
|
||||
dependencies = [
|
||||
"flowllm==0.1.5",
|
||||
"flowllm>=0.1.5",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue