From e44f5af12213f97567d8056b5d8811affd8246d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:17:29 +0000 Subject: [PATCH] Build(deps): Bump mamba-org/setup-micromamba from 1 to 2 in the actions group (#66) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson --- .circleci/config.yml | 2 +- .github/workflows/tests.yml | 2 +- environment.yml | 3 +-- requirements.txt | 4 +--- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a61facc..2b49a2d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: fi - run: - name: Install 3D rendering libraries \ PyQt5 dependencies \ graphviz \ optipng (for optimized images) + name: Install 3D rendering libraries \ Qt dependencies \ graphviz \ optipng (for optimized images) command: | export DEBIAN_FRONTEND=noninteractive sudo apt update diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd728a1..a193fad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: with: python-version: ${{ matrix.python }} if: ${{ matrix.kind == 'pip' }} - - uses: mamba-org/setup-micromamba@v1 + - uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml create-args: python=${{ matrix.python }} diff --git a/environment.yml b/environment.yml index 1f4faf5..1aded50 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,6 @@ dependencies: - numpy - scipy - matplotlib -- pyqt - scikit-learn - pillow - pytest @@ -15,7 +14,7 @@ dependencies: - numpydoc - flake8 - liblsl -- mne +- mne-base - pydocstyle - pip: - pylsl diff --git a/requirements.txt b/requirements.txt index ef58b47..879cad4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,7 @@ numpy scipy matplotlib -pyqt5 -pyqt5-sip -sip +PySide6 scikit-learn pytest pytest-cov