-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (44 loc) · 1007 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = conformer_ocr
author = Benjamin Kiessling
author_email = mittagessen@l.unchti.me
summary = foo
home_page = http://kraken.re
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = Apache
classifier =
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
keywords =
htr
[files]
packages = conformer_ocr
[entry_points]
console_scripts =
cocr = conformer_ocr.cli:cli
cocr_tune = conformer_ocr.tune:cli
[flake8]
max_line_length = 160
exclude = tests/*
[options]
python_requires = >=3.9
install_requires =
kraken>=4.3.13
click>=7.0
numpy
Pillow>=6.2.2
scipy
torchvision>=0.15
torch~=2.0.1
shapely
lightning
optuna
optuna-integration
rich
safetensors