Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade streamlit #725

Open
VictorSanh opened this issue Feb 4, 2022 · 0 comments
Open

upgrade streamlit #725

VictorSanh opened this issue Feb 4, 2022 · 0 comments

Comments

@VictorSanh
Copy link
Member

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: for help 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant