This commit is contained in:
Bagatur 2023-08-29 14:55:25 -07:00
parent 78c014399f
commit 0f85671630

View File

@ -140,7 +140,8 @@ class DeepLake(VectorStore):
and version_compare(deeplake.__version__, "3.6.7") == -1
):
raise ImportError(
"To use tensor_db option you need to update deeplake to `3.6.7` or higher. "
"To use tensor_db option you need to update deeplake to `3.6.7` or "
"higher. "
f"Currently installed deeplake version is {deeplake.__version__}. "
)