From 34a9d458ce7723006d6e5ccb48045d396738d254 Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 7 May 2026 18:09:27 +0200 Subject: [PATCH] training deps: use sacred fork w/o pkg_resources, pin tf/tf_keras, protobuf packages to work with tensorflow_addons --- train/requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/train/requirements.txt b/train/requirements.txt index 6f23d76..090bc50 100644 --- a/train/requirements.txt +++ b/train/requirements.txt @@ -1,7 +1,10 @@ -sacred +ocrd-fork-sacred >= 0.8.7.post1 seaborn numpy tqdm imutils scipy -tensorflow-addons # for connected_components +tensorflow-addons # for connected_components, depublished and only compatible with tensorflow < 2.16 +tensorflow < 2.16 # for tensorflow-addons, so only needed in training +tf_data < 2.16 # for tensorflow-addons, so only needed in training +protobuf < 5 # for tensorflow-addons, so only needed in training