Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
makism authored Mar 18, 2018
1 parent 87b8d8c commit 0d2f22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
keywords='eeg fMRI meg connectivity graphs neuroimage brain',
url = 'https://github.com/makism/dyfunconn',
download_url = 'https://github.com/makism/dyfunconn/archive/v1.0.0-beta.1.tar.gz',
python_requires='~=3.6',
packages=packages,
install_requires=['numpy', 'scipy', 'networkx', 'matplotlib', 'statsmodels', 'scikit-learn', 'bctpy'],
package_dir={'dyfunconn': 'dyfunconn'},
Expand Down

0 comments on commit 0d2f22e

Please sign in to comment.