Skip to content

Commit

Permalink
Delete unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benhid committed Jan 8, 2020
1 parent 99c39e0 commit 2b22993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
'scipy>=1.3.0',
'statsmodels>=0.9.0'
]

extras_require = {
'core': install_requires,
'doc': install_requires + ['guzzle_sphinx_theme', 'jupyter', 'nbsphinx'],
'doc': install_requires + ['jupyter', 'nbsphinx'],
'distributed': install_requires + ['dask[complete]>=1.2.2', 'distributed>=1.28.1', 'pyspark>=2.4.0']
}
extras_require['complete'] = {v for req in extras_require.values() for v in req}
Expand Down

0 comments on commit 2b22993

Please sign in to comment.