Skip to content

Commit 519be60

Browse files
committed
* 去除pyinstaller依赖
1 parent dbc2f3a commit 519be60

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
### 更新日志
22

3-
#### DatasetToolsV1.1.7 - 2024-04-16
4-
* 优化目标检测数据集制作方法
3+
#### DatasetToolsV1.1.8 - 2024-10-31
4+
* 去除pyinstaller依赖
55
---
66

77
<details onclose>
88
<summary>查看更多更新日志</summary>
99

10+
#### DatasetToolsV1.1.7 - 2024-04-16
11+
* 优化目标检测数据集制作方法
12+
---
13+
14+
1015
#### DatasetToolsV1.1.6 - 2024-02-26
1116
* 目标检测数据集支持单日期格式新增,支持所有日期格式新增
1217
---

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ def get_app_version():
4343
package_data={'': ['*.Run']},
4444
include_package_data=True,
4545
platforms="any",
46-
install_requires=["easycython==1.0.7","pyinstaller==4.6","pycocotools"] # 这个项目需要的第三方库
46+
install_requires=["easycython==1.0.7","pycocotools"] # 这个项目需要的第三方库
4747
)
4848

0 commit comments

Comments
 (0)