Skip to content

Commit

Permalink
Build(deps): Bump mamba-org/setup-micromamba from 1 to 2 in the actio…
Browse files Browse the repository at this point in the history
…ns group (#66)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
dependabot[bot] and larsoner authored Nov 1, 2024
1 parent 9993ea5 commit e44f5af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ dependencies:
- numpy
- scipy
- matplotlib
- pyqt
- scikit-learn
- pillow
- pytest
- pytest-cov
- numpydoc
- flake8
- liblsl
- mne
- mne-base
- pydocstyle
- pip:
- pylsl
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
numpy
scipy
matplotlib
pyqt5
pyqt5-sip
sip
PySide6
scikit-learn
pytest
pytest-cov
Expand Down

0 comments on commit e44f5af

Please sign in to comment.