Skip to content

Commit af52dd6

Browse files
committed
requiring image_dataset_converter 0.0.5 now, prepared for release
1 parent 7dd7ba7 commit af52dd6

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.0.6 (2025-01-13)
5+
------------------
6+
7+
- requiring image_dataset_converter>=0.0.5 now
8+
9+
410
0.0.5 (2025-01-13)
511
------------------
612

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ def _read(f):
3131
},
3232
packages=find_namespace_packages(where='src'),
3333
install_requires=[
34-
"image_dataset_converter",
34+
"image_dataset_converter>=0.0.5",
3535
"imgaug3",
3636
"matplotlib",
3737
"Shapely",
3838
"simple-mask-utils==0.0.1"
3939
],
40-
version="0.0.5",
40+
version="0.0.6",
4141
author='Peter Reutemann',
4242
author_email='fracpete@waikato.ac.nz',
4343
entry_points={

0 commit comments

Comments
 (0)