Ai
1 Star 0 Fork 3

zhangxianting/python-pytype

forked from src-openEuler/python-pytype
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Increase-the-upper-limit-version-of-networkx-to-fix-install.patch 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxianting/python-pytype.git
git@gitee.com:zhangxianting/python-pytype.git
zhangxianting
python-pytype
python-pytype
master

搜索帮助