Skip to content

Commit 5652d4b

Browse files
gaodan-fangvisahak
andauthored
Update pyproject.toml (#125)
* Update pyproject.toml * Update pymilvus --------- Co-authored-by: Vatche Isahagian <visahak@users.noreply.github.com>
1 parent 215704e commit 5652d4b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies = [
1010
"jinja2",
1111
"litellm",
1212
"pydantic",
13-
"pymilvus[milvus-lite]; platform_machine != 'aarch64'",
14-
"pymilvus; platform_machine == 'aarch64'",
15-
"milvus-lite>=2.5.2rc1; platform_machine != 'aarch64'", # TODO: remove once 2.5.2+ is released (pkg_resources deprecation)
13+
"pymilvus[milvus-lite]>=2.6.2; platform_machine != 'aarch64'",
14+
"pymilvus>=2.6.2; platform_machine == 'aarch64'",
15+
"milvus-lite>=2.5.1; platform_machine != 'aarch64'", # TODO: remove once 2.5.2+ is released (pkg_resources deprecation)
1616
"sentence-transformers",
1717
"typer>=0.9.0",
1818
"uvicorn",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)