Skip to content

Commit f5bef2c

Browse files
refactor: unpin streamlit
The previous change (854a6c5) was done at a time when default version of the streamlit library in Native Apps was 1.22. This app used some features that required a fresher version than that. As of BCR-1857 the default streamlit version is 1.35 which is enough for the features the app is using.
1 parent 1ecae76 commit f5bef2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
dependencies:
55
- pandas
66
- pydantic
7-
- streamlit=1.26.0
7+
- streamlit
88
- toolz

0 commit comments

Comments
 (0)