ayushsahu45 commited on
Commit
8932d46
·
verified ·
1 Parent(s): 5fbb0f3

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -57
requirements.txt DELETED
@@ -1,57 +0,0 @@
1
- # streamlit>=1.32.0
2
- # pandas>=2.0.0
3
- # numpy>=1.24.0
4
- # pillow>=10.0.0
5
- # python-dotenv>=1.0.0
6
- # requests>=2.31.0
7
-
8
- # scikit-learn>=1.4.0
9
- # xgboost>=2.0.0
10
- # lightgbm>=4.0.0
11
-
12
- # torch>=2.1.0
13
- # torchvision>=0.16.0
14
- # transformers>=4.38.0
15
-
16
- # openai>=1.12.0
17
- # google-generativeai>=0.4.0
18
- # anthropic>=0.20.0
19
-
20
- # plotly>=5.18.0
21
- # matplotlib>=3.7.0
22
-
23
- # pyarrow>=14.0.0
24
-
25
-
26
- # Core
27
- streamlit>=1.32.0
28
- pandas>=2.0.0
29
- numpy>=1.24.0
30
- pillow>=10.0.0
31
- python-dotenv>=1.0.0
32
- requests>=2.31.0
33
-
34
- # Machine Learning
35
- scikit-learn>=1.4.0
36
- xgboost>=2.0.0
37
- lightgbm>=4.0.0
38
-
39
- # Deep Learning (optional — comment out if not needed)
40
- torch>=2.1.0
41
- torchvision>=0.16.0
42
- transformers>=4.38.0
43
-
44
- # Generative AI
45
- openai>=1.12.0
46
- google-generativeai>=0.4.0
47
- anthropic>=0.20.0
48
-
49
- # Visualization
50
- plotly>=5.18.0
51
- matplotlib>=3.7.0
52
-
53
- # Export
54
- pyarrow>=14.0.0
55
-
56
- # Optional (only needed for saving chart images)
57
- # kaleido>=0.2.1