things like tqdm, requests, tabulate, etc... i doubt they will have breaking changes any time soon. obspy in particular will never have breaking changes and tends to improve somewhat dramatically. anything else?
numpy/matplotlib/panda i definitely understand keeping stagnant.
since streamlit seems to get less buggy over time it may also be worth the risk of allowing upgrades? possibly plotly as well?
does it make sense to replace some of these =='s with >=?
here are the current ones
things like tqdm, requests, tabulate, etc... i doubt they will have breaking changes any time soon. obspy in particular will never have breaking changes and tends to improve somewhat dramatically. anything else?
numpy/matplotlib/panda i definitely understand keeping stagnant.
since streamlit seems to get less buggy over time it may also be worth the risk of allowing upgrades? possibly plotly as well?