You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The pwv_atm.trans_for_pwv() function relies on astropy.modeling.blackbody which has since been deprecated. I tried to install a previous version of astropy (v3.2.3) but the setup tools required for that have been deprecated too.
To Reproduce
Install pwv_kpno on a conda environment (>python 3.11.0)
try to run the pwv_atm.trans_for_pwv(2.3)
Error: ' No module named 'astropy.modeling.blackbody' '
See here for astropy version history for when it was deprecated
Pip install astropy==3.2.3
Error: setup tools has deprecated an old configuration used by the old version of astropy.
Expected behavior
Ideally I expected a table showing the atmospheric transmission for a pwv of 2.3mm.
Screenshots
Desktop (please complete the following information):
OS: MacOS 14.3.1
IDE: VSCode
The text was updated successfully, but these errors were encountered:
@gnarayan Thanks for the nudge. I talked to @wmwv the other day and he graciously agreed to take over maintenance. Perhaps he can update the dependencies and quickly test the new integrations?
Describe the bug
The pwv_atm.trans_for_pwv() function relies on astropy.modeling.blackbody which has since been deprecated. I tried to install a previous version of astropy (v3.2.3) but the setup tools required for that have been deprecated too.
To Reproduce
Expected behavior
Ideally I expected a table showing the atmospheric transmission for a pwv of 2.3mm.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: