Skip to content

Commit 979c8a6

Browse files
committed
Pin streamlit to 1.49.0
1 parent 4f4feda commit 979c8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
authors = [{ name = "lorenzo", email = "[email protected]" }]
33
dependencies = [
4-
"streamlit",
4+
"streamlit == 1.49.0",
55
"ngio>=0.3.2, <0.4.0",
66
"plotly",
77
"matplotlib",

0 commit comments

Comments
 (0)