bigscience-workshop / bigscience-workshop/promptsource
upgrade streamlit
Open
- Dominant language
- Python
- Stars
- 3k
- Forks
- 375
- PR merge metrics
- No merged PRs in 30d
Description
pinning the streamlit version causes downstream packages version conflict which makes the test fail:
```bash
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)
Contributor guide
Assessment
This issue has not been assessed yet.