sot / skare3

Conda recipes for ska environment packages
4 stars 4 forks source link

Update package astropy to 4.2 #498

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Update package astropy to version 4.2

Astropy 4.2 is released.

javierggt commented 3 years ago

Is this a problem in the package? or an actual conflict we need to solve?

taldcroft commented 3 years ago

Actually it should be OK. If you try to install to a clean environment it is requiring python_abi from conda-forge. That turns out to the be problem. However, we already have that, so it should be fine.

(ska3-shiny) ➜  ~ conda update --override-channels -c astropy astropy
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /Users/aldcroft/miniconda3/envs/ska3-shiny

  added / updated specs:
    - astropy

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    astropy-4.0                |   py38h0b31af3_1         7.4 MB  astropy
    astropy-healpix-0.5        |   py38h3b54f70_0          96 KB  astropy
    astropy-sphinx-theme-1.1   |             py_0          31 KB  astropy
    jplephem-2.15              |     pyh2f6353c_0          37 KB  astropy
    ------------------------------------------------------------
                                           Total:         7.5 MB

The following packages will be UPDATED:

  jplephem           aspect/ska3-conda/shiny::jplephem-2.1~ --> astropy::jplephem-2.15-pyh2f6353c_0

The following packages will be SUPERSEDED by a higher-priority channel:

  astropy            aspect/ska3-conda/shiny::astropy-4.0.~ --> astropy::astropy-4.0-py38h0b31af3_1
  astropy-healpix                   aspect/ska3-conda/shiny --> astropy
  astropy-sphinx-th~                aspect/ska3-conda/shiny --> astropy

Proceed ([y]/n)? n
taldcroft commented 3 years ago

If you are interested there is an active conversation happening now in slack astropy #general. But hopefully when the dust settles it will just work.

taldcroft commented 3 years ago

OK, it's fixed now.

taldcroft commented 3 years ago

Astropy 4.2 is now released, so I have update the title and description.