File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ The package ``voxelwise_tutorials`` has the following dependencies:
6565- `h5py <https://github.com/h5py/h5py >`_
6666- `scikit-learn <https://github.com/scikit-learn/scikit-learn >`_
6767- `matplotlib <https://github.com/matplotlib/matplotlib >`_
68+ - `pycortex <https://github.com/gallantlab/pycortex >`_
6869
6970Each tutorial requires additional packages, as listed in their respective
7071documentations, such as:
@@ -73,7 +74,6 @@ documentations, such as:
7374 (this repository)
7475- `himalaya <https://github.com/gallantlab/himalaya >`_
7576- `pymoten <https://github.com/gallantlab/pymoten >`_
76- - `pycortex <https://github.com/gallantlab/pycortex >`_
7777
7878
7979.. |Github | image :: https://img.shields.io/badge/github-voxelwise_tutorials-blue
Original file line number Diff line number Diff line change 11Helper Python package
22=====================
33
4- |Github | |Python |
4+ |Github | |Python | | License |
55
66To run the tutorials, the `gallantlab/voxelwise_tutorials
77<https://github.com/gallantlab/voxelwise_tutorials> `_ repository contains a
@@ -38,18 +38,21 @@ The package ``voxelwise_tutorials`` has the following dependencies:
3838- `h5py <https://github.com/h5py/h5py >`_
3939- `scikit-learn <https://github.com/scikit-learn/scikit-learn >`_
4040- `matplotlib <https://github.com/matplotlib/matplotlib >`_
41+ - `pycortex <https://github.com/gallantlab/pycortex >`_
4142
4243Each tutorial requires additional packages, as listed in their respective
4344documentations, such as:
4445
45- - `voxelwise_tutorials <https://github.com/gallantlab/voxelwise_tutorials >`_
46+ - `voxelwise_tutorials <https://github.com/gallantlab/voxelwise_tutorials >`_ (this helper package)
4647- `himalaya <https://github.com/gallantlab/himalaya >`_
4748- `pymoten <https://github.com/gallantlab/pymoten >`_
48- - `pycortex <https://github.com/gallantlab/pycortex >`_
4949
5050
5151.. |Github | image :: https://img.shields.io/badge/github-voxelwise_tutorials-blue
5252 :target: https://github.com/gallantlab/voxelwise_tutorials
5353
5454.. |Python | image :: https://img.shields.io/badge/python-3.7%2B-blue
5555 :target: https://www.python.org/downloads/release/python-370
56+
57+ .. |License | image :: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
58+ :target: https://opensource.org/licenses/BSD-3-Clause
Original file line number Diff line number Diff line change 1111 __version__ = match .groups ()[0 ]
1212
1313requirements = [
14+ "h5py" ,
1415 "matplotlib" ,
1516 "numpy" ,
17+ "pycortex" ,
1618 "scipy" ,
1719 "scikit-learn" ,
1820]
You can’t perform that action at this time.
0 commit comments