Skip to content

Add statsmodels to optional dependencies #21912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2018

Conversation

tdsmith
Copy link
Contributor

@tdsmith tdsmith commented Jul 14, 2018

Some of the documentation uses methods from statsmodels, which isn't included in the optional dependency list.

Fixes #21911.

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

Some of the documentation uses methods from statsmodels, which isn't included in the optional dependency list.

Fixes pandas-dev#21911.
@jreback
Copy link
Contributor

jreback commented Jul 14, 2018

yep lgtm.

@jschendel jschendel added Build Library building on various platforms Docs Dependencies Required and optional dependencies labels Jul 14, 2018
@jschendel jschendel added this to the 0.24.0 milestone Jul 14, 2018
@codecov
Copy link

codecov bot commented Jul 15, 2018

Codecov Report

Merging #21912 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #21912   +/-   ##
=======================================
  Coverage   91.96%   91.96%           
=======================================
  Files         166      166           
  Lines       50323    50323           
=======================================
  Hits        46281    46281           
  Misses       4042     4042
Flag Coverage Δ
#multiple 90.36% <ø> (ø) ⬆️
#single 42.23% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b51c96...2126d51. Read the comment docs.

@jschendel jschendel merged commit 63eff04 into pandas-dev:master Jul 15, 2018
aeltanawy pushed a commit to aeltanawy/pandas that referenced this pull request Jul 15, 2018
Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this pull request Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Dependencies Required and optional dependencies Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

statsmodels is missing from optional dependencies
4 participants