Skip to content

Commit

Permalink
removed torch from install_requires since not installable through pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
robintibor committed Jul 6, 2017
1 parent ede5cca commit c284472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.1.5', # TODO: read from __init__.py?
version='0.1.5.1', # TODO: read from __init__.py?

description='A deep learning toolbox to decode raw time-domain EEG.',
long_description=long_description,
Expand All @@ -32,7 +32,7 @@

setup_requires=['numpy'],
install_requires=['mne', 'numpy', 'pandas', 'scipy',
'resampy', 'matplotlib', 'h5py', 'torch'],
'resampy', 'matplotlib', 'h5py',],
#tests_require = [...]

# See https://PyPI.python.org/PyPI?%3Aaction=list_classifiers
Expand Down

0 comments on commit c284472

Please sign in to comment.