File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"git_url" : " https://github.com/cisocrgroup/ocrd_cis" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"tools" : {
5
5
"ocrd-cis-ocropy-binarize" : {
6
6
"executable" : " ocrd-cis-ocropy-binarize" ,
Original file line number Diff line number Diff line change 21
21
with codecs .open ('README.md' , encoding = 'utf-8' ) as f :
22
22
README = f .read ()
23
23
24
+ with open ('./ocrd-tool.json' , 'r' ) as f :
25
+ version = json .load (f )['version' ]
26
+
24
27
setup (
25
28
name = 'ocrd_cis' ,
26
- version = '0.0.9' ,
29
+ version = version ,
27
30
description = 'CIS OCR-D command line tools' ,
28
31
long_description = README ,
29
32
long_description_content_type = 'text/markdown' ,
34
37
packages = find_packages (),
35
38
include_package_data = True ,
36
39
install_requires = [
37
- 'ocrd>=2.4.0 ' ,
40
+ 'ocrd>=2.10.4 ' ,
38
41
'click' ,
39
42
'scipy' ,
40
43
'numpy>=1.17.0' ,
41
- 'pillow>=6.2.0 ' ,
44
+ 'pillow>=7.1.2 ' ,
42
45
'shapely' ,
43
46
'scikit-image' ,
44
47
'opencv-python-headless' ,
You can’t perform that action at this time.
0 commit comments