radio-astro-tools / radio-beam

A simple toolkit for reading and manipulating beams from astrophysical radio spectral data cubes.
https://radio-beam.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

push latest version into conda and pip #120

Closed jpinedaf closed 11 months ago

jpinedaf commented 11 months ago

Hi,

I created a conda new environment for python 3.11 and installed the radio-beam package using conda install radio-beam. The problem is that it only got version 0.3.4, which did not work well with astropy=6.0. The same occurred with pip, which could only find version 0.3.4.

I did a git clone and performed the local installation, and everything seems to work. It would be great if the latest version is also reachable via pip and/or conda :-)

e-koch commented 11 months ago

Thank @jpinedaf. I'll push a new release to Pypi shortly.

e-koch commented 11 months ago

@jpinedaf v0.3.7 is now on pypi!