We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76135a9 commit e38b3e5Copy full SHA for e38b3e5
CONTRIBUTING.md
@@ -1,12 +1,17 @@
1
### 更新日志
2
3
-#### DatasetToolsV1.1.8 - 2024-10-31
4
-* 去除pyinstaller依赖
+#### DatasetToolsV1.1.9 - 2024-10-31
+* 去除easycython依赖
5
---
6
7
<details onclose>
8
<summary>查看更多更新日志</summary>
9
10
+#### DatasetToolsV1.1.8 - 2024-10-31
11
+* 去除pyinstaller依赖
12
+---
13
+
14
15
#### DatasetToolsV1.1.7 - 2024-04-16
16
* 优化目标检测数据集制作方法
17
setup.py
@@ -43,6 +43,6 @@ def get_app_version():
43
package_data={'': ['*.Run']},
44
include_package_data=True,
45
platforms="any",
46
- install_requires=["easycython==1.0.7","pycocotools"] # 这个项目需要的第三方库
+ install_requires=["pycocotools"] # 这个项目需要的第三方库
47
)
48
0 commit comments