We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a393583 commit 15100bdCopy full SHA for 15100bd
3 files changed
CI-TESTING.md
@@ -157,7 +157,7 @@ The CI environment includes:
157
- scipy >= 1.11
158
- matplotlib >= 3.7
159
- seaborn >= 0.13.2
160
-- networkx >= 3.5
+- networkx >= 3.0
161
- tqdm >= 4.66
162
163
**Additional Dependencies:**
requirements.txt
@@ -5,7 +5,7 @@ hyperopt>=0.2.7
5
mkl-service>=2.5.2
6
multiprocess>=0.70.18
7
munkres>=1.1.4
8
-networkx>=3.5
+networkx>=3.0
9
numpy>=2.0
10
pandas>=2.3
11
scipy>=1.11
setup.py
@@ -32,7 +32,7 @@
32
"mkl-service>=2.5.2",
33
"multiprocess>=0.70.18",
34
"munkres>=1.1.4",
35
- "networkx>=3.5",
+ "networkx>=3.0",
36
"numpy>=2.0",
37
"pandas>=2.3",
38
"scipy>=1.11",
0 commit comments