diff --git a/docker_requirements.txt b/docker_requirements.txt index 0f668d9..f5eebf5 100644 --- a/docker_requirements.txt +++ b/docker_requirements.txt @@ -9,4 +9,4 @@ scipy==1.8.0 tqdm==4.66.1 cloudpickle==3.0.0 pivottablejs==0.9.0 -streamlit==1.28.0 \ No newline at end of file +streamlit==1.30.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 18b5aba..2ba1495 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ scipy>=1.8.0 tqdm cloudpickle pivottablejs -streamlit==1.28.0 \ No newline at end of file +streamlit==1.30.0 \ No newline at end of file diff --git a/setup.py b/setup.py index ae1a52c..e01f874 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "tqdm", "cloudpickle", "pivottablejs", - "streamlit==1.28.0" + "streamlit==1.30.0" ], extras_require={ "test": [