Skip to content

Commit

Permalink
Merge pull request #387 from OCR-D/kraken
Browse files Browse the repository at this point in the history
Build ocrd_kraken also for latest Python versions
  • Loading branch information
stweil authored Oct 6, 2023
2 parents 2bb43a5 + 0736a63 commit 19e4a32
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ ifneq ($(PYTHON_VERSION),3.8)
DEFAULT_DISABLED_MODULES += cor-asv-ann ocrd_keraslm
endif
endif
ifeq ($(PYTHON_VERSION),3.10)
# Python 3.10.x does not work with current kraken.
DEFAULT_DISABLED_MODULES += ocrd_kraken
endif
ifeq ($(PYTHON_VERSION),3.11)
# Python 3.11.x does not work with current kraken.
DEFAULT_DISABLED_MODULES += ocrd_kraken
endif
endif
DISABLED_MODULES ?= $(DEFAULT_DISABLED_MODULES)

Expand Down

0 comments on commit 19e4a32

Please sign in to comment.