Skip to content

CI: unpin numpy and matplotlib #35779 #35780

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 6 commits into from
Aug 19, 2020
Merged

Conversation

fangchenli
Copy link
Member

@fangchenli fangchenli commented Aug 18, 2020

@simonjayhawkins
Copy link
Member

>>>-------------------------------------------------------------------------
Warning in /home/runner/work/pandas/pandas/doc/source/user_guide/visualization.rst at block ending on line 764
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/home/runner/work/pandas/pandas/pandas/plotting/_matplotlib/core.py:1547: MatplotlibDeprecationWarning: normalize=None does not normalize if the sum is less than 1 but this behavior is deprecated since 3.3 until two minor releases later. After the deprecation period the default value will be normalize=True. To prevent normalization pass normalize=False 
  results = ax.pie(y, labels=blabels, **kwds)
<<<-------------------------------------------------------------------------

@simonjayhawkins simonjayhawkins added CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions labels Aug 18, 2020
@jreback jreback added this to the 1.2 milestone Aug 19, 2020
@jreback jreback merged commit 5d18e13 into pandas-dev:master Aug 19, 2020
@jreback
Copy link
Contributor

jreback commented Aug 19, 2020

thanks @VirosaLi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: unpin numpy and matplotlib
3 participants