diff --git a/recipes/mne-python/construct.yaml b/recipes/mne-python/construct.yaml index ab532f4a..db2c0f96 100644 --- a/recipes/mne-python/construct.yaml +++ b/recipes/mne-python/construct.yaml @@ -64,7 +64,7 @@ specs: - pip =23.3.1 - conda =23.10.0 - mamba =1.5.3 - - conda-libmamba-solver =23.11.0 + - conda-libmamba-solver =23.11.1 # MNE ecosystem # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️ # - mne =1.4dev0=*_20230503 @@ -75,7 +75,7 @@ specs: - mne-installer-menus =1.5.1=*_0 # For testing purposes with build_local.sh, you can comment out all deps # below for speed, and change mne to mne-base above - - mne-bids =0.13.0 + - mne-bids =0.14 - mne-bids-pipeline =1.4.0 - mne-qt-browser =0.6.1 - mne-connectivity =0.5.0 @@ -88,7 +88,7 @@ specs: - mne-kit-gui =1.1.0 - mne-icalabel =0.5.1 - mne-gui-addons =0.1.0 - - mne-lsl =1.0.0 + - mne-lsl =1.1.0 - traitsui =8.0.0 - autoreject =0.4.3 - pyriemann =0.5 @@ -99,7 +99,7 @@ specs: - openblas =0.3.24 - libblas =3.9.0=*openblas - jupyter =1.0.0 - - jupyterlab =4.0.8 + - jupyterlab =4.0.9 - ipykernel =6.26.0 - nb_conda_kernels =2.3.1 - spyder-kernels =2.5.0 @@ -115,7 +115,7 @@ specs: # Statistics - pingouin =0.5.3 # MRI - - fsleyes =1.10.0 + - fsleyes =1.10.1 - dcm2niix =1.0.20230411 # Time-frequency analysis - pactools =0.3.1 @@ -152,7 +152,7 @@ specs: - pyvista =0.42.3 - pyvistaqt =0.11.0 - trame =3.3.0 - - trame-vtk =2.6.1 + - trame-vtk =2.6.2 - trame-vuetify =2.3.1 - termcolor =2.3.0 # Development @@ -163,7 +163,7 @@ specs: - pytest-harvest =1.10.4 - pytest-timeout =2.2.0 - pre-commit =3.5.0 - - ruff =0.1.5 + - ruff =0.1.6 - black =23.10.1 - check-manifest =0.49.0 - codespell =2.2.6 @@ -177,7 +177,7 @@ specs: - pydata-sphinx-theme =0.13.3 - graphviz =8.1.0 - python-graphviz =0.20.1 - - selenium =4.15.1 + - selenium =4.15.2 - sphinx-design =0.5.0 - sphinx-gallery =0.14.0 - sphinxcontrib-bibtex =2.6.1 diff --git a/tests/test_outdated.py b/tests/test_outdated.py index 53171c9e..233917b9 100644 --- a/tests/test_outdated.py +++ b/tests/test_outdated.py @@ -26,6 +26,7 @@ class Package: # noqa: D101 allowed_outdated: set[str] = { "python", # ignore 3.12.0rc3 "tensorflow", # 2.13.1 conflicts with VTK + "graphviz", # conflicts with VTK "pydata-sphinx-theme", # haven't updated to latest version in our conf.py } packages: list[Package] = []