mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix: Resolve merge conflict in pyproject.toml - keep graph store deps
This commit is contained in:
+1
-3
@@ -36,8 +36,7 @@ classifiers = [
|
||||
keywords = [
|
||||
"semantic-layer", "knowledge-engineering", "nlp", "knowledge-graph",
|
||||
"embeddings", "entity-extraction", "relationship-extraction", "rdf",
|
||||
"ontology", "semantic-analysis", "ai", "machine-learning",
|
||||
"graph-database", "property-graph", "neo4j", "falkordb", "kuzu"
|
||||
"ontology", "semantic-analysis", "ai", "machine-learning"
|
||||
]
|
||||
dependencies = [
|
||||
"numpy>=1.21.0",
|
||||
@@ -197,7 +196,6 @@ graph-falkordb = [
|
||||
graph-all = [
|
||||
"semantica[graph-neo4j,graph-kuzu,graph-falkordb]"
|
||||
]
|
||||
# Complete installation with all optional dependencies
|
||||
all = [
|
||||
"semantica[dev,viz,gpu,cloud,monitoring,llm-all,models-huggingface,split-all,graph-all]"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user