We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd7ba7 commit af52dd6Copy full SHA for af52dd6
2 files changed
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.0.6 (2025-01-13)
5
+------------------
6
+
7
+- requiring image_dataset_converter>=0.0.5 now
8
9
10
0.0.5 (2025-01-13)
11
------------------
12
setup.py
@@ -31,13 +31,13 @@ def _read(f):
31
},
32
packages=find_namespace_packages(where='src'),
33
install_requires=[
34
- "image_dataset_converter",
+ "image_dataset_converter>=0.0.5",
35
"imgaug3",
36
"matplotlib",
37
"Shapely",
38
"simple-mask-utils==0.0.1"
39
],
40
- version="0.0.5",
+ version="0.0.6",
41
author='Peter Reutemann',
42
author_email='fracpete@waikato.ac.nz',
43
entry_points={
0 commit comments