Skip to content

Commit

Permalink
doc: update dependencies (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 24, 2021
1 parent ff5cded commit ee3bf9f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
python -c 'import nibabel; print(nibabel.__version__)'
python -c 'import matplotlib; print(matplotlib.__version__)'
python -c 'import pandas; print(pandas.__version__)'
python -c 'import openneuro; print(openneuro.__version__)'
test:
timeout-minutes: 60
Expand Down
19 changes: 13 additions & 6 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,23 @@ Installation
Dependencies
------------

* ``mne`` (>=0.21.2)
Required:

* ``mne`` (>=0.24)
* ``numpy`` (>=1.16.0)
* ``scipy`` (>=1.2.0, or >=1.5.0 for certain operations with EEGLAB data)
* ``nibabel`` (>=2.2, optional, for processing MRI data)
* ``pybv`` (>=0.6, optional, for writing BrainVision data)
* ``pandas`` (>=0.24.0, optional, for generating event statistics)
* ``matplotlib`` (>=3.1.0, optional, for using the interactive data inspector)
* ``setuptools`` (>=46.4.0)

Optional:

* ``nibabel`` (>=2.5, for processing MRI data)
* ``pybv`` (>=0.6, for writing BrainVision data)
* ``matplotlib`` (>=3.1.0, for using the interactive data inspector)
* ``pandas`` (>=0.24.0, for generating event statistics)
* ``EDFlib-Python`` (>=1.0.2, for writing EDF data)

We recommend the `Anaconda <https://www.anaconda.com/download/>`_ Python distribution.
We require that you use Python 3.7 or higher.
We require that you **use Python 3.7 or higher**.
You may choose to install ``mne-bids``
`via pip <#Installation via pip>`_ or
`via conda <#Installation via conda>`_.
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ include_package_data = True

[options.extras_require]
full =
nibabel >= 2.2
nibabel >= 2.5
pybv >= 0.6
matplotlib >= 3.1.0
pandas >= 0.24.0
openneuro-py >= 2021.8
EDFlib-Python >= 1.0.2

[options.entry_points]
Expand Down

0 comments on commit ee3bf9f

Please sign in to comment.