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
When running "conda env create -f environment.yml" with the environment.yml file given, throws error "Package 'ringdown' requires a different Python: 3.12.11 not in '<3.12,>=3.11' ". Works if python=3.12 changed to python=3.11 in environment.yml.