23 lines
500 B
TOML
23 lines
500 B
TOML
[project]
|
|
name = "retrieving-graphs"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"igraph>=1.0.0",
|
|
"jupyter>=1.1.1",
|
|
"jupyter-collaboration>=4.3.0",
|
|
"jupyter-mcp-server>=0.4.0",
|
|
"jupyterlab>=4.5.6",
|
|
"kuzu>=0.11.3",
|
|
"matplotlib>=3.10.8",
|
|
"neo4j>=6.1.0",
|
|
"networkx>=3.6.1",
|
|
"numpy>=2.4.4",
|
|
"pandas>=3.0.2",
|
|
"pyarrow>=23.0.1",
|
|
"pyoxigraph>=0.5.6",
|
|
"rdflib>=7.6.0",
|
|
]
|