File size: 667 Bytes
fdfb0b2
 
 
 
 
 
 
3809579
5b86587
b7f7453
359ff3d
0daac8b
aa9111f
cdfcfb0
fdfb0b2
 
 
 
727b29e
ef83189
be37871
 
ef83189
727b29e
 
 
 
fdfb0b2
359ff3d
ef83189
 
be37871
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "lynxkite-graph-analytics"
version = "0.1.0"
description = "The graph analytics executor and boxes for LynxKite"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "fsspec>=2025.2.0",
    "grand-cypher>=0.12.0",
    "joblib>=1.4.2",
    "lynxkite-core",
    "matplotlib>=3.10.0",
    "networkx[default]>=3.4.2",
    "osmnx>=2.0.1",
    "pandas>=2.2.3",
    "polars[gpu]>=1.14.0",
]

[project.optional-dependencies]
dev = [
    "pytest>=8.3.4",
    "pytest-asyncio>=0.25.3",
]
gpu = [
    "nx-cugraph-cu12>=24.12.0",
]

[tool.uv.sources]
lynxkite-core = { path = "../lynxkite-core" }

[tool.pytest.ini_options]
asyncio_mode = "auto"