Skip to content

Commit 2c45a53

Browse files
committed
new: adjust numpy versioning (#1132)
1 parent 67836fc commit 2c45a53

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ keywords = ["vector", "search", "neural", "matching", "client"]
1616
python = ">=3.9"
1717
httpx = { version = ">=0.20.0", extras = ["http2"] }
1818
numpy = [
19-
{ version = ">=2.1.0", python = ">=3.13" },
2019
{ version = ">=1.21,<2.1.0", python = "<3.10" },
21-
{ version = ">=1.21", python = ">=3.10,<3.12" },
20+
{ version = ">=1.21,<2.3.0", python = ">=3.10,<3.11" },
21+
{ version = ">=1.21", python = ">=3.11,<3.12" },
2222
{ version = ">=1.26", python = ">=3.12,<3.13" },
23+
{ version = ">=2.1.0", python = ">=3.13,<3.14" },
24+
{ version = ">=2.3.0", python = ">=3.14" },
2325
]
2426
pydantic = ">=1.10.8,!=2.0.*,!=2.1.*,!=2.2.0" # can't use poetry ">=1.10.8,<2.0 || >=2.2.1" since pip is complaining
2527
grpcio = { version = ">=1.41.0", allow-prereleases = true }

0 commit comments

Comments
 (0)