diff --git a/requirements.txt b/requirements.txt index 0beeb17..c74b815 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ openai==0.27.6 tiktoken==0.3.3 -streamlit==1.22.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 4821cac..f9a2587 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires=[ 'openai==0.27.6', 'tiktoken==0.3.3', - 'streamlit==1.22.0' + 'streamlit==1.30.0' ], py_modules=['gptgladiator'], author='Will Jessup',