-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Build tools: Set astropy minimum requirement to 1.2 to help the CIs. #3767
Build tools: Set astropy minimum requirement to 1.2 to help the CIs. #3767
Conversation
@scikit-image/core fun fun, https://travis-ci.org/scikit-image/scikit-image/jobs/497867990#L2071 |
Feel free to pick one and move on. I think we only use this to test our fits plugin. |
I was able to use astropy 1.0 to import pyfits. astropy 0.4 didn't install on my system (being very descriptive here). Astropy 1.2 has wheels python 2.7 and 3.5, so I think that is the best thing to do for our CIs and backport. Astropy 1.3 has wheels for 3.6 too. |
@meeseeksdev backport to v0.14.x |
… to help the CIs.
Something went wrong ... Please have a look at my logs. |
…7-on-v0.14.x Backport PR #3767 on branch v0.14.x (Set astropy minimum requirement to 1.2 to help the CIs.)
Description
Not too sure astropy was ever installed successfully.
Checklist
./doc/examples
(new features only)./benchmarks
, if your changes aren't covered by anexisting benchmark
For reviewers
later.
__init__.py
.doc/release/release_dev.rst
.@meeseeksdev backport to v0.14.x