Shakir60 commited on
Commit
94b4ef9
·
verified ·
1 Parent(s): a18da93

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
  # Core dependencies
2
  streamlit==1.30.0
3
- streamlit-extras
4
- streamlit-card
5
  numpy==1.24.0
6
  pandas==2.1.0
7
 
@@ -14,15 +12,19 @@ faiss-cpu==1.7.4
14
 
15
  # Image Processing
16
  Pillow==10.0.0
17
- opencv-python-headless==4.8.1.78 # Updated to available version
18
 
19
  # LLM Integration
20
  groq
21
 
22
-
23
  # Visualization
24
  matplotlib==3.7.0
25
- plotly
 
 
 
 
 
26
 
27
  # Additional requirements
28
  python-dotenv==1.0.0
 
1
  # Core dependencies
2
  streamlit==1.30.0
 
 
3
  numpy==1.24.0
4
  pandas==2.1.0
5
 
 
12
 
13
  # Image Processing
14
  Pillow==10.0.0
15
+ opencv-python-headless==4.8.1.78
16
 
17
  # LLM Integration
18
  groq
19
 
 
20
  # Visualization
21
  matplotlib==3.7.0
22
+ plotly==5.18.0
23
+ kaleido==0.2.1 # Required for plotly static image export
24
+
25
+ # UI Enhancements
26
+ streamlit-extras==0.3.5
27
+ streamlit-card==1.0.0
28
 
29
  # Additional requirements
30
  python-dotenv==1.0.0