Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and autofix-ci[bot] authored Oct 29, 2024
1 parent 1a8754a commit eeefe09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.1
hooks:
- id: ruff
- id: ruff-format
Expand Down
20 changes: 10 additions & 10 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ specs:
- yasa =0.6.5
# various biological signals (ECG, EOG, EMG, …)
- neurokit2 =0.2.10
- mnelab =0.9.1
- mnelab =0.9.2
# other
- pyriemann =0.7
- pyprep =0.4.3=*_1
Expand All @@ -119,7 +119,7 @@ specs:
- eeglabio =0.0.2.post4
- mffpy =0.10.0
- openmeeg =2.5.12
- python-neo =0.13.3
- python-neo =0.13.4
- nitime =0.11
- snirf =0.8.0
# <<< END RELATED SOFTWARE LIST >>>
Expand All @@ -130,7 +130,7 @@ specs:
- pyface =8.0.0=*_1
- imageio-ffmpeg =0.5.1
- pandas =2.2.3
- polars =1.10.0
- polars =1.11.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 @@ -170,21 +170,21 @@ specs:
- ipywidgets =8.1.5
- pyvista =0.44.1
- pyvistaqt =0.11.1
- trame =3.6.5
- trame-vtk =2.8.10
- trame =3.7.0
- trame-vtk =2.8.11
- trame-vuetify =2.7.1
- termcolor =2.5.0
- defusedxml =0.7.1
# Development
- gh =2.59.0
- gh =2.60.1
- 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 =4.0.1
- ruff =0.7.0
- uv =0.4.25
- ruff =0.7.1
- uv =0.4.27
- check-manifest =0.50
- codespell =2.3.0
- py-spy =0.3.14
Expand All @@ -193,12 +193,12 @@ specs:
- twine =5.1.1
- hatchling =1.25.0
- hatch-vcs =0.4.0
- mypy =1.12.1
- mypy =1.13.0
- towncrier =23.11.0 # allow_outdated, 24.7.1 doesn't work with sphinxcontrib-towncrier
- vulture =2.13
# Doc building
- numpydoc =1.8.0
- pydata-sphinx-theme =0.15.4
- pydata-sphinx-theme =0.16.0
- graphviz =12.0.0
- python-graphviz =0.20.3
- selenium =4.25.0
Expand Down

0 comments on commit eeefe09

Please sign in to comment.