From 2ac6a1fc56366414e035d0e84e8b8cd6b3652166 Mon Sep 17 00:00:00 2001 From: Egor Dmitriev Date: Thu, 29 Feb 2024 15:52:26 +0100 Subject: [PATCH] Updated requirements.txt to use more permissive contraints for structlog. Signed-off-by: Egor Dmitriev --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 55b529caa..96d3493e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ pymsteams~=0.2.2 # TODO remove teams dependency scikit-learn~=1.3 scipy~=1.10 statsmodels~=0.13.5 -structlog~=23.1 -xgboost~=2.0 +structlog>=23.1,<25 +xgboost~=2.0 \ No newline at end of file