ZhiyuanZeng commited on
Commit
35bbbdf
·
1 Parent(s): dc951fd

change to networkx>=3.0

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -22,7 +22,7 @@ dependencies = [
22
  "requests>=2.31.0",
23
  # Environment-specific dependencies
24
  "numpy>=1.19.0",
25
- "networkx>=3.5.0",
26
  # Add all dependencies needed for your environment here
27
  # Examples:
28
  # "gymnasium>=0.29.0",
 
22
  "requests>=2.31.0",
23
  # Environment-specific dependencies
24
  "numpy>=1.19.0",
25
+ "networkx>=3.0",
26
  # Add all dependencies needed for your environment here
27
  # Examples:
28
  # "gymnasium>=0.29.0",