diff --git a/poetry.lock b/poetry.lock index dbae25a..d9fc049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -644,6 +644,21 @@ files = [ {file = "kiwisolver-1.4.5.tar.gz", hash = "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec"}, ] +[[package]] +name = "lazy-loader" +version = "0.3" +description = "lazy_loader" +optional = false +python-versions = ">=3.7" +files = [ + {file = "lazy_loader-0.3-py3-none-any.whl", hash = "sha256:1e9e76ee8631e264c62ce10006718e80b2cfc74340d17d1031e0f84af7478554"}, + {file = "lazy_loader-0.3.tar.gz", hash = "sha256:3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37"}, +] + +[package.extras] +lint = ["pre-commit (>=3.3)"] +test = ["pytest (>=7.4)", "pytest-cov (>=4.1)"] + [[package]] name = "llvmlite" version = "0.41.1" @@ -797,28 +812,33 @@ python-dateutil = ">=2.7" [[package]] name = "mne" -version = "1.5.1" +version = "1.6.1" description = "MNE-Python project for MEG and EEG data analysis." optional = false python-versions = ">=3.8" files = [ - {file = "mne-1.5.1-py3-none-any.whl", hash = "sha256:cc40888cc7d55f220fd51c7ba90de5f742dd00c150ac70d6a00787dfca226b53"}, - {file = "mne-1.5.1.tar.gz", hash = "sha256:557569058e38698e57749048ec1b8678c99e6b7583d3ae31c356463ff83ca734"}, + {file = "mne-1.6.1-py3-none-any.whl", hash = "sha256:4d36517c1eafd2399d8f1fbd62cf9416d8b2ec98cd65b1dfed2876c4220bf0f9"}, + {file = "mne-1.6.1.tar.gz", hash = "sha256:e4f5683d01cef675eddad788bdb6b44cc015dff0fb1ddfca3c4105edfb757ef8"}, ] [package.dependencies] decorator = "*" jinja2 = "*" -matplotlib = ">=3.4.0" -numpy = ">=1.15.4" +lazy-loader = ">=0.3" +matplotlib = ">=3.5.0" +numpy = ">=1.21.2" packaging = "*" pooch = ">=1.5" -scipy = ">=1.6.3" +scipy = ">=1.7.1" tqdm = "*" [package.extras] +dev = ["mne[doc,test]"] +doc = ["graphviz", "ipython (!=8.7.0)", "memory-profiler", "mne-bids", "mne-connectivity", "mne-gui-addons", "neo", "numpydoc", "pydata-sphinx-theme (==0.13.3)", "pygments (>=2.13)", "pytest", "pyxdf", "pyzmq (!=24.0.0)", "seaborn (!=0.11.2)", "selenium", "sphinx (>=6)", "sphinx-copybutton", "sphinx-design", "sphinx-gallery", "sphinxcontrib-bibtex (>=2.5)", "sphinxcontrib-youtube"] +full = ["EDFlib-Python", "PyQt6 (!=6.6.1)", "PyQt6-Qt6 (!=6.6.1)", "darkdetect", "defusedxml", "dipy", "eeglabio", "h5py", "imageio (>=2.6.1)", "imageio-ffmpeg (>=0.4.1)", "ipyevents", "ipympl", "ipywidgets", "joblib", "jupyter", "mffpy (>=0.5.7)", "mne-qt-browser", "mne[hdf5]", "nibabel", "nilearn", "numba", "numexpr", "openmeeg (>=2.5.5)", "pandas", "psutil", "pybv", "pyobjc-framework-Cocoa (>=5.2.0)", "python-picard", "pyvista (>=0.32,!=0.35.2,!=0.38.0,!=0.38.1,!=0.38.2,!=0.38.3,!=0.38.4,!=0.38.5,!=0.38.6,!=0.42.0)", "pyvistaqt (>=0.4)", "qdarkstyle", "qtpy", "scikit-learn", "sip", "snirf", "statsmodels", "threadpoolctl", "traitlets", "trame", "trame-vtk", "trame-vuetify", "vtk", "xlrd"] hdf5 = ["h5io", "pymatreader"] -test = ["EDFlib-Python", "black", "check-manifest", "codespell", "eeglabio", "imageio (>=2.6.1)", "imageio-ffmpeg (>=0.4.1)", "nbclient", "nitime", "numpydoc", "pre-commit", "pybv", "pytest", "pytest-cov", "pytest-harvest", "pytest-qt", "pytest-timeout", "ruff", "sphinx-gallery", "tomli", "twine", "wheel"] +test = ["black", "check-manifest", "codespell", "numpydoc", "pre-commit", "pytest", "pytest-cov", "pytest-harvest", "pytest-qt", "pytest-timeout", "ruff", "tomli", "twine", "wheel"] +test-extra = ["EDFlib-Python", "eeglabio", "imageio (>=2.6.1)", "imageio-ffmpeg (>=0.4.1)", "mne[test]", "nbclient", "nitime", "pybv", "snirf", "sphinx-gallery"] [[package]] name = "mpmath"