From 67603a55ac2cee7f27eec5f0590bfaea8eac64a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:28:35 +0000 Subject: [PATCH] chore(deps): update hmmlearn requirement from >=0.3.0 to >=0.3.3 Updates the requirements on [hmmlearn](https://github.com/hmmlearn/hmmlearn) to permit the latest version. - [Changelog](https://github.com/hmmlearn/hmmlearn/blob/main/CHANGES.rst) - [Commits](https://github.com/hmmlearn/hmmlearn/compare/0.3.0...0.3.3) --- updated-dependencies: - dependency-name: hmmlearn dependency-version: 0.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 450c172f..a7c055a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ html5lib trafilatura>=2.1.0 transformers>=5.13.1 torch>=2.0.0 -hmmlearn>=0.3.0 +hmmlearn>=0.3.3 shap>=0.45.0 psutil>=5.9 markdown>=3.5