Skip to content

Commit 3134669

Browse files
committed
MNT add pycortex as a dependency
1 parent 4fab698 commit 3134669

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6970
Each tutorial requires additional packages, as listed in their respective
7071
documentations, 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

doc/voxelwise_package.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Helper Python package
22
=====================
33

4-
|Github| |Python|
4+
|Github| |Python| |License|
55

66
To 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

4243
Each tutorial requires additional packages, as listed in their respective
4344
documentations, 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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
__version__ = match.groups()[0]
1212

1313
requirements = [
14+
"h5py",
1415
"matplotlib",
1516
"numpy",
17+
"pycortex",
1618
"scipy",
1719
"scikit-learn",
1820
]

0 commit comments

Comments
 (0)