OCR-D / ocrd_anybaseocr

DFKI Layout Detection for OCR-D
Apache License 2.0
48 stars 12 forks source link

Remove CI tests for old Python versions #106

Open stweil opened 5 months ago

stweil commented 5 months ago

It looks like the CI tests are broken. Running less tests should not cause a failure of the remaining ones.

bertsky commented 5 months ago

It looks like the CI tests are broken. Running less tests should not cause a failure of the remaining ones.

It doesn't. Just the CI has not been run for quite a while, because there was no change to trigger it. And during that time, other packages broke – the usual problem.

In this case, we just need to downgrade Tensorflow (or rather, tf.keras).

stweil commented 5 months ago

See new issue #107.

stweil commented 1 month ago

What about merging this PR?