Skip to content

Commit 15100bd

Browse files
committed
Fix CI: lower networkx requirement to >=3.0 (3.5+ requires Python >=3.11)
1 parent a393583 commit 15100bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CI-TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The CI environment includes:
157157
- scipy >= 1.11
158158
- matplotlib >= 3.7
159159
- seaborn >= 0.13.2
160-
- networkx >= 3.5
160+
- networkx >= 3.0
161161
- tqdm >= 4.66
162162

163163
**Additional Dependencies:**

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hyperopt>=0.2.7
55
mkl-service>=2.5.2
66
multiprocess>=0.70.18
77
munkres>=1.1.4
8-
networkx>=3.5
8+
networkx>=3.0
99
numpy>=2.0
1010
pandas>=2.3
1111
scipy>=1.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mkl-service>=2.5.2",
3333
"multiprocess>=0.70.18",
3434
"munkres>=1.1.4",
35-
"networkx>=3.5",
35+
"networkx>=3.0",
3636
"numpy>=2.0",
3737
"pandas>=2.3",
3838
"scipy>=1.11",

0 commit comments

Comments
 (0)