Skip to content

Commit 0d2f22e

Browse files
authored
Update setup.py
1 parent 87b8d8c commit 0d2f22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
keywords='eeg fMRI meg connectivity graphs neuroimage brain',
3434
url = 'https://github.com/makism/dyfunconn',
3535
download_url = 'https://github.com/makism/dyfunconn/archive/v1.0.0-beta.1.tar.gz',
36+
python_requires='~=3.6',
3637
packages=packages,
3738
install_requires=['numpy', 'scipy', 'networkx', 'matplotlib', 'statsmodels', 'scikit-learn', 'bctpy'],
3839
package_dir={'dyfunconn': 'dyfunconn'},

0 commit comments

Comments
 (0)