Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Apr 13, 2018
1 parent 4bf3463 commit 010f698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

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

setup(
Expand Down

0 comments on commit 010f698

Please sign in to comment.