Skip to content

upgrade streamlit #725

@VictorSanh

Description

@VictorSanh

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions