ZainMalik0925 commited on
Commit
44ffb48
·
verified ·
1 Parent(s): b0a54b3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- streamlit==1.26.0
2
- pandas==2.1.1
3
- PyPDF2==3.0.1
4
- plotly==5.15.0
5
- requests==2.31.0
 
1
+ streamlit==1.26.0 # Ensure compatibility with the latest Streamlit features as of the cutoff
2
+ pandas==1.5.3 # For handling data structures
3
+ requests==2.31.0 # For fetching data from the provided Google Drive link
4
+ PyPDF2==3.0.1 # For extracting text from machine-readable PDFs
5
+ plotly==5.17.0 # For interactive visualizations