sunbal7 commited on
Commit
175f543
·
verified ·
1 Parent(s): 529a636

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- streamlit==1.33.0 # Or the version you are currently using, e.g., 1.45.1
2
- groq==0.25.0
3
- transformers==4.40.1 # Or the latest stable version
4
- torch==2.3.0 # Or the CPU version compatible with your Python 3.11/3.10
5
- # e.g., for Python 3.11, it might be torch==2.3.0+cpu
6
- graphviz==0.20.1 # The Python wrapper for graphviz
 
1
+ streamlit
2
+ transformers
3
+ python-docx
4
+ fpdf
5
+ PyPDF2