astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
240 stars 134 forks source link

travis failing because of matplotlib version #270

Closed larrybradley closed 9 years ago

larrybradley commented 9 years ago

travis-ci is currently failing for the numpy 1.6 and 1.7 tests because those particular conda environments are installing an old version of matplotlib, 1.1.1. The previous travis-ci run for those environments installed matplotlib 1.3.1, so it appears something changed with conda. Does anyone know what changed recently (within the past two weeks)?

astrofrog commented 9 years ago

Will look into it, have been dealing with Travis/conda issues with some other packages.

cdeil commented 9 years ago

Since today I'm getting this error in Gammapy, this is with matplotlib 1.4.3: https://travis-ci.org/gammapy/gammapy/jobs/66754236#L1854

It might be completely unrelated to the issue for photutils, but I can't reproduce the Gammapy sphinx build issue locally and photutils seems to be the only other Astropy affiliated package where the travis-ci build is currently broken, so that's how I found this issue: http://www.astropy.org/astropy-dashboard/status.html

bsipocz commented 9 years ago

I leave this open, but as the time being #275 provides a workaround.

bsipocz commented 9 years ago

Closing, as this is fixed now.