NSamson1 commited on
Commit
d8eeafd
·
verified ·
1 Parent(s): e488222

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -6
requirements.txt CHANGED
@@ -2,11 +2,8 @@
2
  # Groq LLM client
3
  groq>=0.9.0
4
 
5
- # Install: pip install -r requirements.txt
6
- # Compatible with Python 3.11–3.14 (Streamlit Cloud)
7
-
8
- # Streamlit UI
9
- streamlit>=1.35.0
10
 
11
  # Core ML/NLP
12
  scikit-learn>=1.4.2
@@ -21,4 +18,4 @@ pypdf>=4.0.0
21
  # Data analysis (for notebooks)
22
  pandas>=2.2.2
23
  matplotlib>=3.9.0
24
- seaborn>=0.13.2
 
2
  # Groq LLM client
3
  groq>=0.9.0
4
 
5
+ # Streamlit UI - USE EXACT VERSION to match README
6
+ streamlit==1.35.0
 
 
 
7
 
8
  # Core ML/NLP
9
  scikit-learn>=1.4.2
 
18
  # Data analysis (for notebooks)
19
  pandas>=2.2.2
20
  matplotlib>=3.9.0
21
+ seaborn>=0.13.2