File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ # This configuration file was automatically generated by Gitpod.
2+ # Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+ # and commit this file to your remote git repository to share the goodness with others.
4+
5+ # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+ tasks :
8+ - init : pip install .
9+
10+
Original file line number Diff line number Diff line change 1- __version__ = "1.6.0 "
1+ __version__ = "1.6.1 "
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ streamlit
88watchdog
99streamlit-aggrid
1010colorlog
11- amdirt == 1.4
11+ amdirt == 1.6.1
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_version(rel_path):
3333 "tabulate" ,
3434 "jsonschema" ,
3535 "rich" ,
36- "streamlit" ,
36+ "streamlit<=1.35.0 " ,
3737 "streamlit-aggrid" ,
3838 "numpy" ,
3939 "requests" ,
You can’t perform that action at this time.
0 commit comments