Skip to content

Commit ca991d8

Browse files
authored
doc: update version requirement. closes #9372 (#9387)
1 parent 908f52a commit ca991d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/install/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Creating the virtual environment
174174
These instructions will set up a Python environment that is separated from your
175175
system-level Python and any other managed Python environments on your computer.
176176
This lets you switch between different versions of Python (MNE-Python requires
177-
version 3.6 or higher) and also switch between the stable and development
177+
version 3.7 or higher) and also switch between the stable and development
178178
versions of MNE-Python (so you can, for example, use the same computer to
179179
analyze your data with the stable release, and also work with the latest
180180
development version to fix bugs or add new features). Even if you've already

doc/install/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Quick start
22
===========
33

4-
MNE-Python requires Python version 3.6 or higher.
4+
MNE-Python requires Python version 3.7 or higher.
55
For users already familiar with Python:
66

77
- If you only need 2D plotting capabilities with MNE-Python (i.e., most EEG/ERP

doc/install/mne_python.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installing Python
1313
^^^^^^^^^^^^^^^^^
1414

1515
MNE-Python runs within Python, and depends on several other Python packages.
16-
Starting with version 0.21, MNE-Python only supports Python version 3.6 or
16+
Starting with version 0.24, MNE-Python only supports Python version 3.7 or
1717
higher. We strongly
1818
recommend the `Anaconda`_ distribution of Python, which comes with more than
1919
250 scientific packages pre-bundled, and includes the ``conda`` command line
@@ -37,8 +37,8 @@ you should see outputs similar to the following (assuming you installed
3737
conda to ``/home/user/anaconda3``)::
3838

3939
$ conda --version && python --version
40-
conda 4.6.2
41-
Python 3.6.7 :: Anaconda, Inc.
40+
conda 4.9.2
41+
Python 3.7.7 :: Anaconda, Inc.
4242
$ which python
4343
/home/user/anaconda3/bin/python
4444
$ which pip

0 commit comments

Comments
 (0)