Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#240)
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: Eric Larson <larson.eric.d@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and larsoner authored Jan 16, 2024
1 parent be4d24f commit 34c12a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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.1.11
rev: v0.1.13
hooks:
- id: ruff
- id: ruff-format
Expand Down
16 changes: 8 additions & 8 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,20 @@ specs:
- libblas =3.9.0=*openblas
- jupyter =1.0.0
- jupyterlab =4.0.10
- ipykernel =6.28.0
- ipykernel =6.29.0
- nb_conda_kernels =2.3.1
- spyder-kernels =2.5.0
- spyder =5.5.0
- darkdetect =0.8.0
- qdarkstyle =3.2.3
- numba =0.58.1
# I/O
- pyxdf =1.16.4
- pyxdf =1.16.5
- openpyxl =3.1.2
- xlrd =2.0.1
- snirf =0.7.4
# Statistics
- pingouin =0.5.3
- pingouin =0.5.4
# MRI
- fsleyes =1.10.1
- dcm2niix =1.0.20230411
Expand All @@ -137,7 +137,7 @@ specs:
# various biological signals (ECG, EOG, EMG, …)
- neurokit2 =0.2.7
# GitHub client, https://cli.github.com
- gh =2.41.0
- gh =2.42.0
# NeuroSpin needs the following
- questionary =2.0.1
- pqdm =0.2.0
Expand All @@ -152,8 +152,8 @@ specs:
- ipywidgets =8.1.1
- pyvista =0.42.3
- pyvistaqt =0.11.0
- trame =3.5.0
- trame-vtk =2.6.3
- trame =3.5.1
- trame-vtk =2.7.0
- trame-vuetify =2.3.1
- termcolor =2.4.0
# Development
Expand All @@ -164,7 +164,7 @@ specs:
- pytest-harvest =1.10.4
- pytest-timeout =2.2.0
- pre-commit =3.6.0
- ruff =0.1.11
- ruff =0.1.13
- check-manifest =0.49.0
- codespell =2.2.6
- nitime =0.10.2
Expand All @@ -184,7 +184,7 @@ specs:
- selenium =4.16.0
- sphinx-design =0.5.0
- sphinx-gallery =0.15.0
- sphinxcontrib-bibtex =2.6.1
- sphinxcontrib-bibtex =2.6.2
- sphinx-copybutton =0.5.2
- sphinxcontrib-youtube =1.4.1

Expand Down
1 change: 1 addition & 0 deletions tests/test_outdated.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Package: # noqa: D101
"graphviz", # conflicts with VTK
"pydata-sphinx-theme", # haven't updated to latest version in our conf.py
"pyvista", # incompatible with 1.6.0
"openblas", # Needs https://github.com/conda-forge/blas-feedstock/pull/113
}
packages: list[Package] = []

Expand Down

0 comments on commit 34c12a9

Please sign in to comment.