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