diff --git a/poetry.lock b/poetry.lock index dbae25a..76fe16f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "black" @@ -333,6 +333,17 @@ files = [ {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, ] +[[package]] +name = "defusedxml" +version = "0.7.1" +description = "XML bomb protection for Python stdlib modules" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +files = [ + {file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, + {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, +] + [[package]] name = "exceptiongroup" version = "1.1.3" @@ -644,6 +655,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 +823,34 @@ python-dateutil = ">=2.7" [[package]] name = "mne" -version = "1.5.1" +version = "1.6.0" 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.0-py3-none-any.whl", hash = "sha256:7c61f88dd0770664340a5081c2095ed6737e850d161c29a4d07aa347294a9882"}, + {file = "mne-1.6.0.tar.gz", hash = "sha256:2c606ac60433c5d7228cc48712e73398414b7c3c18bca999ffc58a95b16b08ee"}, ] [package.dependencies] decorator = "*" +defusedxml = "*" 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 = ["PyQt6", "darkdetect", "dipy", "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", "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", "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"