aprender-graph 0.31.1

GPU-first embedded graph database for code analysis (call graphs, dependencies, AST traversals)
1
2
3
4
5
6
7
8
9
10
11
12
# Python dependencies for NetworkX comparison benchmarks
#
# Install with:
#   python3 -m pip install --user -r benchmarks/requirements.txt
# OR (if using venv):
#   python3 -m venv venv
#   source venv/bin/activate
#   pip install -r benchmarks/requirements.txt

networkx>=3.0
numpy>=1.24.0
scipy>=1.10.0