Installation Issues - Conflict between qt5 and qt6

Thank you for your quick replies!
I ran the command conda remove pyqt qt-main and got this message shown:

Channels:
 - defaults
 - conda-forge
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /opt/anaconda3/envs/improved_mne

  removed specs:
    - pyqt
    - qt-main


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    mne-1.8.0                  |pyside6_h60f6096_100         623 KB  conda-forge
    pyside6-6.7.3              |  py312h943ac22_1        11.4 MB  conda-forge
    ------------------------------------------------------------
                                           Total:        12.0 MB

The following NEW packages will be INSTALLED:

  pyside6            conda-forge/osx-arm64::pyside6-6.7.3-py312h943ac22_1 

The following packages will be REMOVED:

  glib-2.82.1-he7aae3a_1
  glib-tools-2.82.1-he5bafa0_1
  gst-plugins-base-1.24.7-hb49d354_0
  gstreamer-1.24.7-hc3f5269_0
  libclang-cpp15-15.0.7-default_he012953_5
  libintl-devel-0.22.5-h8414b35_3
  libllvm15-15.0.7-h2621b3d_4
  nspr-4.35-hb7217d7_0
  nss-3.105-hd1ce637_0
  ply-3.11-pyhd8ed1ab_2
  pyqt-5.15.9-py312h550cae4_5
  pyqt5-sip-12.12.2-py312h9f69965_5
  qt-main-5.15.8-h1c95b31_26
  sip-6.8.6-py312hde4cb15_1
  toml-0.10.2-pyhd8ed1ab_0

The following packages will be DOWNGRADED:

  mne                               1.8.0-pyqt_h8d421b4_200 --> 1.8.0-pyside6_h60f6096_100 


Proceed ([y]/n)?

Does it make sense to remove pyqt and qt-main then?
Thanks again!