Skip to content

Commit 7b245b9

Browse files
CarltonXiangharvey_xiang
andauthored
revert: nebular require_python (#300)
Co-authored-by: harvey_xiang <[email protected]>
1 parent 0b0cad8 commit 7b245b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/memos/graph_dbs/nebular.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ class SessionPoolError(Exception):
9494

9595
class SessionPool:
9696
@require_python_package(
97-
import_name="nebula3",
98-
install_command="pip install nebula3-python",
99-
install_link="https://pypi.org/project/nebula3-python/",
97+
import_name="nebulagraph_python",
98+
install_command="pip install ... @Tianxing",
99+
install_link=".....",
100100
)
101101
def __init__(
102102
self,
@@ -317,9 +317,9 @@ def close_all_shared_pools(cls):
317317
cls._POOL_REFCOUNT.clear()
318318

319319
@require_python_package(
320-
import_name="nebula3",
321-
install_command="pip install nebula3-python",
322-
install_link="https://pypi.org/project/nebula3-python/",
320+
import_name="nebulagraph_python",
321+
install_command="pip install ... @Tianxing",
322+
install_link=".....",
323323
)
324324
def __init__(self, config: NebulaGraphDBConfig):
325325
"""

0 commit comments

Comments
 (0)