lambdaofgod commited on
Commit
60d4316
·
1 Parent(s): 28aae69

missing networkx dependency

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -0
pyproject.toml CHANGED
@@ -10,6 +10,7 @@ dependencies = [
10
  "gradio>=5.5.0",
11
  "llvmlite==0.41.0",
12
  "nbformat>=5.10.4",
 
13
  "plotly>=5.24.1",
14
  "pydantic>=2.9.2",
15
  "scikit-learn>=1.5.2",
 
10
  "gradio>=5.5.0",
11
  "llvmlite==0.41.0",
12
  "nbformat>=5.10.4",
13
+ "networkx>=3.4.2",
14
  "plotly>=5.24.1",
15
  "pydantic>=2.9.2",
16
  "scikit-learn>=1.5.2",