ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
122 stars 77 forks source link

TST: Pin astropy in conda job #947

Closed pllim closed 3 years ago

pllim commented 3 years ago

Fix #946

pllim commented 3 years ago

Looks like a simple pin fixed the job. Perhaps it was using some cached conda thingies before...

astropy-4.2.1              |   py38h6323ea4_1         6.1 MB
mwcraig commented 3 years ago

This seems fine to me 😃

pllim commented 3 years ago

LTS version of astropy is already 4.0. and will be 5.0. at the end of 2021, so I don't think we need to worry about astropy 3.0.* unless you have users who are locked into older versions of astropy.

ejeschke commented 3 years ago

I think we are using 4 in most places.

pllim commented 3 years ago

In that case, I'll go ahead and merge this so CI will be green again. If you still wish to test astropy 3.x in conda, we can address that in a follow-up PR. Thanks!