/ requirements / constraints.txt
constraints.txt
1 pytest==9.0.2 2 # xgboost 3.1.0 changed base_score format to vector for multi-output models, breaking shap compatibility 3 # https://xgboost.readthedocs.io/en/latest/changes/v3.1.0.html#multi-target-class-intercept 4 xgboost<3.1.0 5 # TODO: remove once requests officially supports chardet >= 6 6 # https://github.com/psf/requests/pull/7239 7 chardet<6.0 8 # litellm 1.82.7 and 1.82.8 contain a malicious .pth file that steals credentials 9 # https://github.com/BerriAI/litellm/issues/24512 10 litellm<=1.82.6