nihalaninihal commited on
Commit
1634be3
·
verified ·
1 Parent(s): d431f8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -1
requirements.txt CHANGED
@@ -1 +1,24 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub==0.25.2
2
+ # Core dependencies
3
+ PyGithub==1.59.0
4
+ gradio==3.50.2
5
+ reportlab==4.0.4
6
+ python-dotenv==1.0.0
7
+
8
+ # Data processing
9
+ pandas==2.0.3
10
+ numpy==1.24.3
11
+ scipy==1.11.3
12
+
13
+ # Visualization
14
+ matplotlib==3.7.2
15
+ seaborn==0.12.2
16
+ plotly==5.16.1
17
+ networkx==3.1
18
+
19
+ # Utilities
20
+ tqdm==4.66.1
21
+ python-dateutil==2.8.2
22
+
23
+ # Optional - for Gemini API integration
24
+ # google-generativeai==0.3.1