Skip to content

Commit e5ff939

Browse files
committed
Adjust numpy dependency to work with langchain
1 parent 4598159 commit e5ff939

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ pymitter = ">=0.4,<1.1"
3030
typing-extensions = ">=4.11,<4.14"
3131
types-protobuf = "6.30.2.20250506"
3232
pympler = "1.1"
33-
numpy = "2.0.2"
33+
numpy = [
34+
{version = ">=1.26.4", python = "<3.13"},
35+
{version = ">=2.1.0", python = ">=3.13"}
36+
]
3437

3538
[tool.poetry.dev-dependencies]
3639
pytest = "~8.3"

0 commit comments

Comments
 (0)