From 3c29effc3dc1f09f91917b6d711df144d05bf6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 17:40:18 +0000 Subject: [PATCH] Bump myfm from 0.3.2.0 to 0.4.0 Bumps [myfm](https://github.com/tohtsky/myFM) from 0.3.2.0 to 0.4.0. - [Release notes](https://github.com/tohtsky/myFM/releases) - [Commits](https://github.com/tohtsky/myFM/compare/0.3.2.0...0.4.0) --- updated-dependencies: - dependency-name: myfm dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b99a58..e458802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "lightgbm>=4.6.0", "matplotlib>=3.10.5", "minisom>=2.3.5", - "myfm==0.3.2.0", + "myfm==0.4.0", "numerapi>=2.20.7", "opentsne>=1.0.2", "plotly>=6.2.0",