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 842b4c2 commit 53ae7d6Copy full SHA for 53ae7d6
ocrd_cis/ocrd_tool.py
@@ -1,5 +1,5 @@
1
import json
2
-from pkg_resources import resource_string
+from ocrd_utils import resource_string
3
4
5
def get_ocrd_tool():
setup.py
@@ -38,7 +38,7 @@
38
packages=find_packages(),
39
include_package_data=True,
40
install_requires=[
41
- 'ocrd>=2.30',
+ 'ocrd>=2.47',
42
'click',
43
'scipy',
44
'numpy>=1.17.0',
0 commit comments