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 :-)
Hi,
I created a conda new environment for python 3.11 and installed the
radio-beam
package usingconda install radio-beam
. The problem is that it only got version 0.3.4, which did not work well withastropy=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 :-)