Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Apr 13, 2018
1 parent 3eb2b6f commit 027b889
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
from setuptools import find_packages, setup

INSTALL_REQUIRES = ['numpy >= 1.11', 'statsmodels', 'numba', 'matplotlib',
'xarray', 'scipy', 'scikit-learn', 'regularized_glm']
'xarray', 'scipy', 'scikit-learn', 'regularized_glm',
'spectral_connectivity']
TESTS_REQUIRE = ['pytest >= 2.7.1']

setup(
name='replay_identification',
version='0.0.1.dev0',
version='0.0.2.dev0',
license='MIT',
description=('Identify replay events using multiple information sources'),
author='Eric Denovellis',
Expand Down

0 comments on commit 027b889

Please sign in to comment.