diff --git a/recipes/mne-python/construct.yaml b/recipes/mne-python/construct.yaml index 7e3a849d..bfb980e3 100644 --- a/recipes/mne-python/construct.yaml +++ b/recipes/mne-python/construct.yaml @@ -155,7 +155,9 @@ specs: - trame-vtk =2.8.9 - trame-vuetify =2.6.0 - termcolor =2.4.0 - - pyobjc-core =10.2 # [osx] + - pyobjc-core =10.3.1 # [osx] + - pyobjc-framework-Cocoa =10.3.1 # [osx] + - pyobjc-framework-FSEvents =10.3.1 # [osx] - defusedxml =0.7.1 # Development - setuptools_scm =8.1.0 diff --git a/tests/test_outdated.py b/tests/test_outdated.py index 67439680..d4581e87 100644 --- a/tests/test_outdated.py +++ b/tests/test_outdated.py @@ -43,7 +43,6 @@ class Package: # noqa: D101 "sphinx", # 7.3 compat in progress "graphviz", # conflicts with VTK 9.2.6 via libexpat "mne-rsa", # 0.91 appeared on conda-forge and was yanked - "pyobjc-core", # 10.3 conflicted with pyobjc-framework-cocoa on 2024/05/28 "vtk", # 9.3.0 is out but mayavi (at least) hasn't been migrated "numba", # conflicts with VTK 9.2.6 # https://github.com/raphaelvallat/yasa/pull/171