python-pytype/0001-Increase-the-upper-limit-version-of-networkx-to-fix-install.patch
zhangxianting bf96f7e25a Increase the upper limit version of networkx to fix install, networkx<3.2 to networkx<=3.2
(cherry picked from commit 7d800aba0deb839d3e6e632f51dd9084ccf1260e)
2024-05-14 21:10:59 +08:00

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