From ebc3608fec909c369d81539a0e25963ce15bca94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Tue, 10 Nov 2020 15:59:10 +0100 Subject: [PATCH] build: updated mne dependency constraint to >=0.20.8 --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 850bc9df..ef86024a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -148,7 +148,7 @@ numpy = "*" [[package]] name = "certifi" -version = "2020.6.20" +version = "2020.11.8" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -754,11 +754,11 @@ python-versions = "*" [[package]] name = "mne" -version = "0.20.8" +version = "0.21.1" description = "MNE python project for MEG and EEG data analysis." category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.dependencies] numpy = ">=1.11.3" @@ -1251,7 +1251,7 @@ GATTTOOL = ["pexpect"] [[package]] name = "pyglet" -version = "1.5.8" +version = "1.5.9" description = "Cross-platform windowing and multimedia library" category = "main" optional = false @@ -2145,7 +2145,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "47cc3f0ebbc97962dc4b6acdd7bc7b56460ffa5d5d4503b2cf20f95ea0f35f6f" +content-hash = "48cbc5c0f0d72b6974fafce21d3618a3e58eb343701ac92edea5ae0cad115b2d" [metadata.files] alabaster = [ @@ -2217,8 +2217,8 @@ brainflow = [ {file = "brainflow-3.4.3-py3-none-any.whl", hash = "sha256:c9c1694e7ee5ce3a61dbe9e9d8a0b6a58f184b91d325acec06b03c3d70f6ab06"}, ] certifi = [ - {file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"}, - {file = "certifi-2020.6.20.tar.gz", hash = "sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"}, + {file = "certifi-2020.11.8-py2.py3-none-any.whl", hash = "sha256:1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd"}, + {file = "certifi-2020.11.8.tar.gz", hash = "sha256:f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4"}, ] cffi = [ {file = "cffi-1.14.3-2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3eeeb0405fd145e714f7633a5173318bd88d8bbfc3dd0a5751f8c4f70ae629bc"}, @@ -2615,8 +2615,8 @@ mistune = [ {file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"}, ] mne = [ - {file = "mne-0.20.8-py3-none-any.whl", hash = "sha256:bec3fe7fc06f898eab70c66bfead0f5bffcc948d0ce02359c3413a69cc224263"}, - {file = "mne-0.20.8.tar.gz", hash = "sha256:d0c07a355bbb57c1125008ab04e587b8cc9f4e1241637cb8e4142843943f1fee"}, + {file = "mne-0.21.1-py3-none-any.whl", hash = "sha256:a7f44440885d267e065c596bf3b0485cc890847df1400f738b127778a683ab55"}, + {file = "mne-0.21.1.tar.gz", hash = "sha256:eef55afb62eec365c05e7a67c346dcf8be9ae34860465772cd712d3d6f719096"}, ] moviepy = [ {file = "moviepy-1.0.3.tar.gz", hash = "sha256:2884e35d1788077db3ff89e763c5ba7bfddbd7ae9108c9bc809e7ba58fa433f5"}, @@ -2886,8 +2886,8 @@ pygatt = [ {file = "pygatt-4.0.5.tar.gz", hash = "sha256:7f4e0ec72f03533a3ef5fdd532f08d30ab7149213495e531d0f6580e9fcb1a7d"}, ] pyglet = [ - {file = "pyglet-1.5.8-py3-none-any.whl", hash = "sha256:bfebd1f538b002c1fb9071c63e5bd39410d402a6cd594a6e6a64e3e00e132a2a"}, - {file = "pyglet-1.5.8.zip", hash = "sha256:bf7f579c3029661f8ac3a296fd13cdcbf424280aa527b5907454d0a5f8e3f224"}, + {file = "pyglet-1.5.9-py3-none-any.whl", hash = "sha256:71cc8aff03bce1763bd2c96b4740e8146760097997d5c59923edf24ac4938c43"}, + {file = "pyglet-1.5.9.zip", hash = "sha256:28edbb41674862115b25953f66b23b5f88a6822ac256e25d1cda5a96ed034723"}, ] pygments = [ {file = "Pygments-2.7.2-py3-none-any.whl", hash = "sha256:88a0bbcd659fcb9573703957c6b9cff9fab7295e6e76db54c9d00ae42df32773"}, diff --git a/pyproject.toml b/pyproject.toml index fc57164c..568d9e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.6.1" psychopy = "2020.2.3" # pulls in a *lot* of dependencies scikit-learn = "^0.23.2" pandas = "^1.1.1" -mne = "^0.20.8" +mne = ">=0.20.8" seaborn = "^0.9.0" jupyter = "^1.0.0" matplotlib = "^3.3.1"