From 0873dd4ab27daf5371e569201e11b74025036f1d Mon Sep 17 00:00:00 2001 From: RalfG Date: Tue, 1 Oct 2024 14:39:55 +0200 Subject: [PATCH] Pin DeepLC version to <3.1, avoiding calibration bug --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce03a3f..8356b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "cascade-config>=0.4.0", "click>=7", "customtkinter>=5,<6", - "deeplc>=3.1", + "deeplc>=3.0,<3.1", "deeplcretrainer", "im2deep>=0.1.3", "jinja2>=3",