Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump streamlit from 1.30.0 to 1.37.0 #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PyMuPDF==1.21.1 # Compatible with PDF handling
faiss-cpu==1.7.2 # Version compatible with CPU-based FAISS
numpy==1.23.5 # Commonly stable version for ML projects
pandas==1.5.2 # Use a stable version
streamlit==1.30.0 # Latest stable version as of writing
streamlit==1.37.0 # Latest stable version as of writing
watchdog==2.1.9 # Compatibility for file watching
python-dotenv==0.21.0 # For environment variable handling
pytest==7.1.2 # Testing framework
Expand Down
Loading