Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
|
@@ -2,11 +2,8 @@
|
|
| 2 |
# Groq LLM client
|
| 3 |
groq>=0.9.0
|
| 4 |
|
| 5 |
-
#
|
| 6 |
-
|
| 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
|