Skip to content

Commit 25d0743

Browse files
authored
Update pyproject.toml
1 parent d56e2eb commit 25d0743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies = [
1212
"google-cloud-alloydb-connector[asyncpg]>=1.2.0, <2.0.0",
1313
"google-cloud-storage>=2.18.2, <4.0.0",
1414
"numpy>=1.24.4, <3.0.0; python_version >= '3.11'",
15-
"numpy>=2.3.2, <=2.3.2; python_version == '3.10'",
16-
"numpy>=2.3.2, <=2.3.2; python_version <= '3.9'",
15+
"numpy>=1.24.4, <=2.2.6; python_version == '3.10'",
16+
"numpy>=1.24.4, <=2.0.2; python_version <= '3.9'",
1717
"langchain-postgres>=0.0.15",
1818
]
1919

0 commit comments

Comments
 (0)