Skip to content

Commit

Permalink
[DOC] Update install.rst to reflect pyproject.toml (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
Co-authored-by: Adam Li <[email protected]>
  • Loading branch information
JonathanShor and adam2392 authored Apr 21, 2024
1 parent e00ea3f commit 18e1181
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,7 @@

nitpicky = True
nitpick_ignore = []

suppress_warnings = [
"config.cache", # our rebuild is okay
]
18 changes: 9 additions & 9 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Installation
Dependencies
------------

* ``mne`` (>=0.23)
* ``numpy`` (>=1.14)
* ``scipy`` (>=1.5.0 for certain operations with EEGLAB data)
* ``xarray`` (>=0.18)
* ``joblib`` (>=1.0.0)
* ``scikit-learn`` (>=0.24.2)
* ``pandas`` (>=0.23.4, optional, for generating event statistics)
* ``mne`` (>=1.6)
* ``numpy`` (>=1.21)
* ``scipy`` (>=1.4.0)
* ``xarray`` (>=2023.11.0)
* ``joblib`` (>=1.0.0, optional)
* ``pandas`` (>=1.3.2)
* ``netCDF4`` (>=1.6.5)
* ``matplotlib`` (optional, for using the interactive data inspector)

We require that you use Python 3.7 or higher.
We require that you use Python 3.9 or higher.
You may choose to install ``mne-connectivity`` `via pip <#Installation via pip>`_,
or conda.

Expand All @@ -27,7 +27,7 @@ simply run the following at the root of the repository:

.. code-block:: bash
# with python>=3.8 at least
# with python>=3.9 at least
conda create -n mne
conda activate mne
conda install -c conda-forge mne-connectivity
Expand Down

0 comments on commit 18e1181

Please sign in to comment.