Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mamba-org/setup-micromamba from 1 to 2 in the actions group #299

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- run: ./tools/extract_version.sh
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- run: ./tools/extract_version.sh
Expand All @@ -105,7 +105,7 @@ jobs:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- run: conda install -c conda-forge -y "nsis==3.08"
Expand Down
24 changes: 12 additions & 12 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ specs:
# Python
- python =3.12.5 # allow_outdated
- pip =24.2
- conda =24.9.0
- conda =24.9.1
- mamba =1.5.10 # allow_outdated, 2.0 has issues needing a libmamba that is missing
# MNE ecosystem
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
Expand Down Expand Up @@ -90,7 +90,7 @@ specs:
- autoreject =0.4.3
- antio =0.4.0
# MRI
- fsleyes =1.12.5
- fsleyes =1.12.6
- dcm2niix =1.0.20240202
- dipy =1.9.0
# Time-frequency analysis
Expand All @@ -112,7 +112,7 @@ specs:
- neurokit2 =0.2.10
- mnelab =0.9.1
# other
- pyriemann =0.6
- pyriemann =0.7
- pyprep =0.4.3=*_1
- python-picard =0.7
- pybv =0.7.5
Expand All @@ -130,7 +130,7 @@ specs:
- pyface =8.0.0=*_1
- imageio-ffmpeg =0.5.1
- pandas =2.2.3
- polars =1.8.2
- polars =1.9.0
- scipy =1.14.1
- openblas =0.3.27 # allow_outdated, scipy / numpy not updated yet
- libblas =3.9.0=*openblas
Expand Down Expand Up @@ -160,8 +160,8 @@ specs:
# https://github.com/conda-forge/matplotlib-feedstock/blob/main/recipe/meta.yaml
- matplotlib-base =3.9.2
- tornado =6.4.1
- pyside6 =6.7.2=*_1
- qt6-main =6.7.2 # allow_outdated, pyside6 not updated yet
- pyside6 =6.7.3=*_1
- qt6-main =6.7.3
- ipympl =0.9.4
- qtpy =2.4.1
- seaborn =0.13.2
Expand All @@ -173,17 +173,17 @@ specs:
- trame =3.6.5
- trame-vtk =2.8.10
- trame-vuetify =2.7.1
- termcolor =2.4.0
- termcolor =2.5.0
- defusedxml =0.7.1
# Development
- gh =2.57.0
- gh =2.58.0
- setuptools_scm =8.1.0
- pytest =8.3.3
- pytest-cov =5.0.0
- pytest-qt =4.4.0
- pytest-timeout =2.3.1
- pre-commit =3.8.0
- ruff =0.6.8
- pre-commit =4.0.0
- ruff =0.6.9
- uv =0.4.17
- check-manifest =0.49.0
- codespell =2.3.0
Expand All @@ -195,7 +195,7 @@ specs:
- hatch-vcs =0.4.0
- mypy =1.11.2
- towncrier =23.11.0 # allow_outdated, 24.7.1 doesn't work with sphinxcontrib-towncrier
- vulture =2.12
- vulture =2.13
# Doc building
- numpydoc =1.8.0
- pydata-sphinx-theme =0.15.4
Expand All @@ -208,7 +208,7 @@ specs:
- sphinxcontrib-bibtex =2.6.3
- sphinx-copybutton =0.5.2
- sphinxcontrib-youtube =1.4.1
- intersphinx-registry =0.2410.1
- intersphinx-registry =0.2410.4
# OS-specific
- git =2.46.2 # [win]
- make =4.4.1 # [win]
Expand Down
Loading