Skip to content

Commit

Permalink
Removed numpy and scipy dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Aug 11, 2015
1 parent d5110f2 commit b38a49b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=long_description,
url='https://github.com/scot-dev/scot',
author='SCoT Development Team',
author_email='martin.billinger@tugraz.at',
author_email='scotdev@googlegroups.com',
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -33,6 +33,5 @@
'Programming Language :: Python :: 3.4',
],
keywords='source connectivity EEG MEG ICA',
packages=['scot', 'scot.eegtopo', 'scot.external'],
install_requires=['numpy >=1.7', 'scipy >=0.12'],
)
packages=['scot', 'scot.eegtopo', 'scot.external']
)

0 comments on commit b38a49b

Please sign in to comment.