From f2918725e1ab95a018af9b8873836bbcb3868979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:13:01 +0000 Subject: [PATCH] Bump moabb from 1.1.0 to 1.1.1 Bumps [moabb](https://github.com/NeuroTechX/moabb) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/NeuroTechX/moabb/releases) - [Commits](https://github.com/NeuroTechX/moabb/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: moabb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index e329b5d4..f3d3f4b8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -19,7 +19,7 @@ qiskit_ibm_runtime==0.30.0 qiskit-optimization==0.6.1 qiskit-aer==0.15.1 scipy==1.13.1 -moabb==1.1.0 +moabb==1.1.1 pyriemann==0.6 docplex>=2.21.207 firebase_admin==6.6.0 diff --git a/setup.py b/setup.py index 04ecaf8a..f1253ef2 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'mne==1.8.0', 'mne-bids==0.14', 'seaborn>=0.12.1', - 'moabb==1.1.0', + 'moabb==1.1.1', 'imbalanced-learn==0.12.4' ], 'tests': ['pytest', 'seaborn', 'flake8', 'mne', 'pooch'],