We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b8d8c commit 0d2f22eCopy full SHA for 0d2f22e
setup.py
@@ -33,6 +33,7 @@
33
keywords='eeg fMRI meg connectivity graphs neuroimage brain',
34
url = 'https://github.com/makism/dyfunconn',
35
download_url = 'https://github.com/makism/dyfunconn/archive/v1.0.0-beta.1.tar.gz',
36
+ python_requires='~=3.6',
37
packages=packages,
38
install_requires=['numpy', 'scipy', 'networkx', 'matplotlib', 'statsmodels', 'scikit-learn', 'bctpy'],
39
package_dir={'dyfunconn': 'dyfunconn'},
0 commit comments