Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
I now get errors in OS X Travis CI: I believe it is coming from matplotlib. According to https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility it means that matplotlib is compiled against the wrong numpy version. So I think this was the wrong change. |
|
Can you post the results of conda list? |
|
Here's what got installed |
|
That version of mpl was built with It seems that you are hitting this on Travis-CI can you point me to the log? Could your config be downgrading to a |
|
https://travis-ci.org/asmeurer/mypython/jobs/262958041 I'm not doing any other conda stuff. I'm not 100% sure where it coming from, but based on the test, I think it is from importing seaborn. The stackoverflow answer seems to imply that the problem comes from matplotlib being built against an older numpy than what is installed. |
|
Also this is OS X, in case you missed that. |
The stackoverflow is correct but now I can see that you are getting an warning and not an error. We are OK to do that with an older |
|
Well I suspect a lot of people are going to be seeing these warnings with these packages built how they are. So maybe matplotlib should also silence them if they really are innocuous. |
|
Also found this: scipy/scipy#6587 (comment) |
For the
numpymatrix see conda-forge/conda-forge.github.io#415