OpenAstronomy / conda-channel

An open source community conda channel
8 stars 8 forks source link

OpenAstronomy conda channel isn't picking up the latest version of healpy #34

Open janerigby opened 7 years ago

janerigby commented 7 years ago

The healpy documentation gives the following instructions to install w conda: conda install -c openastronomy healpy

Unfortunately, that points to an old version, 1.9.1. conda thinks that numpy needs to be degraded to work with that version: The following packages will be DOWNGRADED due to dependency conflicts: numpy: 1.12.1-py27_0 --> 1.11.3-py27_0

Could you please fix OpenAstronomy's conda channel so that it sees the latest version (should be 1.10.X) of healpy?

bsipocz commented 7 years ago

The openastronomy channel hosts the latest available conda version for healpy. The issue is that the conda build is maintained in conda-forge, thus any update should be applied there first before we could copy the package over to the openastronomy channel. I'm sure they are open to have a PR with the update at https://github.com/conda-forge/healpy-feedstock

I suggest to close this issue here as a duplicate of https://github.com/OpenAstronomy/conda-channel/issues/32. In the meantime, pip install healpy should work and pick up the latest released version.

janerigby commented 7 years ago

OK, opened a ticket with conda-forge: https://github.com/conda-forge/healpy-feedstock/issues/2