We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56e2eb commit 25d0743Copy full SHA for 25d0743
pyproject.toml
@@ -12,8 +12,8 @@ dependencies = [
12
"google-cloud-alloydb-connector[asyncpg]>=1.2.0, <2.0.0",
13
"google-cloud-storage>=2.18.2, <4.0.0",
14
"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'",
+ "numpy>=1.24.4, <=2.2.6; python_version == '3.10'",
+ "numpy>=1.24.4, <=2.0.2; python_version <= '3.9'",
17
"langchain-postgres>=0.0.15",
18
]
19
0 commit comments