add numpy to min version testing array

This commit is contained in:
Chester Curme 2024-11-08 10:32:29 -05:00
parent 5c0ede66a3
commit 07e66d9a62

View File

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