core[patch]: support numpy 2 (#27991)

This commit is contained in:
ccurme
2024-11-14 13:08:57 -05:00
committed by GitHub
parent cff70c2d67
commit f1222739f8
7 changed files with 87 additions and 33 deletions

View File

@@ -23,6 +23,7 @@ MIN_VERSION_LIBS = [
"langchain-community",
"langchain",
"langchain-text-splitters",
"numpy",
"SQLAlchemy",
]