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
pinning the streamlit version causes downstream packages version conflict which makes the test fail:
The conflict is caused by:
streamlit 0.82.0 depends on click<8.0 and >=7.0
ERROR: ResolutionImpossible: forhelp visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
black 22.1.0 depends on click>=8.0.0
For now, I put an upper limit on black version but ultimately we should upgrade streamlit (which requires tweaking and testing the state mechanism)
The text was updated successfully, but these errors were encountered:
pinning the streamlit version causes downstream packages version conflict which makes the test fail:
For now, I put an upper limit on black version but ultimately we should upgrade streamlit (which requires tweaking and testing the state mechanism)
The text was updated successfully, but these errors were encountered: