Skip to content

Commit

Permalink
Merge pull request #47 from rmarkello/install
Browse files Browse the repository at this point in the history
[MNT] Updates installation dependencies
  • Loading branch information
rmarkello authored Aug 20, 2019
2 parents 838ffe4 + 2149198 commit 0b71ede
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions dev_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: netneurotools
channels:
- defaults
- conda-forge
dependencies:
- python>=3.6
- flake8
- matplotlib
- mayavi
- nibabel
- nilearn
- numba
- "numpy>=1.16"
- pandas
- pip
- "pytest>=3.6"
- pytest-cov
- scikit-learn
- scipy
- "sphinx>=1.2"
- sphinx_gallery
- sphinx_rtd_theme
- versioneer
- pip:
- git+https://github.com/aestrivex/bctpy.git#egg=bctpy
- pysurfer
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: netneurotools
channels:
- defaults
- conda-forge
dependencies:
- python=3.6
- python>=3.6
- matplotlib
- nibabel
- nilearn
Expand Down
1 change: 1 addition & 0 deletions netneurotools/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
EXTRAS_REQUIRE = {
'doc': [
'sphinx>=1.2',
'sphinx_gallery',
'sphinx_rtd_theme',
],
'numba': [
Expand Down

0 comments on commit 0b71ede

Please sign in to comment.