26 lines
592 B
Diff
26 lines
592 B
Diff
|
|
From 70fced6e46bf23c468ee447331bc4537d43cafb7 Mon Sep 17 00:00:00 2001
|
||
|
|
From: zhangxianting <zhangxianting@uniontech.com>
|
||
|
|
Date: Tue, 2 Apr 2024 17:55:55 +0800
|
||
|
|
Subject: [PATCH] Increase the upper limit version of networkx to fix install
|
||
|
|
|
||
|
|
---
|
||
|
|
setup.cfg | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/setup.cfg b/setup.cfg
|
||
|
|
index 925465d..f5dcf11 100644
|
||
|
|
--- a/setup.cfg
|
||
|
|
+++ b/setup.cfg
|
||
|
|
@@ -33,7 +33,7 @@ install_requires =
|
||
|
|
importlab>=0.8
|
||
|
|
jinja2>=3.1.2
|
||
|
|
libcst>=1.0.1
|
||
|
|
- networkx<3.2
|
||
|
|
+ networkx<=3.2.1
|
||
|
|
ninja>=1.10.0.post2
|
||
|
|
pycnite>=2023.9.14
|
||
|
|
pydot>=1.4.2
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|