Bhargavitippareddy commited on
Commit
ee05580
·
verified ·
1 Parent(s): b1b4e75

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +80 -0
requirements.txt ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ asttokens==3.0.0
3
+ attrs==25.1.0
4
+ blinker==1.9.0
5
+ cachetools==5.5.1
6
+ certifi==2025.1.31
7
+ charset-normalizer==3.4.1
8
+ click==8.1.8
9
+ colorama==0.4.6
10
+ comm==0.2.2
11
+ contourpy==1.3.1
12
+ cycler==0.12.1
13
+ debugpy==1.8.12
14
+ decorator==5.1.1
15
+ executing==2.2.0
16
+ fonttools==4.55.8
17
+ geographiclib==2.0
18
+ geopy==2.4.1
19
+ gitdb==4.0.12
20
+ GitPython==3.1.44
21
+ idna==3.10
22
+ imbalanced-learn==0.13.0
23
+ imblearn==0.0
24
+ ipykernel==6.29.5
25
+ ipython==8.32.0
26
+ jedi==0.19.2
27
+ Jinja2==3.1.5
28
+ joblib==1.4.2
29
+ jsonschema==4.23.0
30
+ jsonschema-specifications==2024.10.1
31
+ jupyter_client==8.6.3
32
+ jupyter_core==5.7.2
33
+ kiwisolver==1.4.8
34
+ lightgbm==4.5.0
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==3.0.2
37
+ matplotlib==3.10.0
38
+ matplotlib-inline==0.1.7
39
+ mdurl==0.1.2
40
+ narwhals==1.24.2
41
+ nest-asyncio==1.6.0
42
+ numpy==2.2.2
43
+ packaging==24.2
44
+ pandas==2.2.3
45
+ parso==0.8.4
46
+ pillow==11.1.0
47
+ platformdirs==4.3.6
48
+ prompt_toolkit==3.0.50
49
+ protobuf==5.29.3
50
+ psutil==6.1.1
51
+ pure_eval==0.2.3
52
+ pyarrow==19.0.0
53
+ pydeck==0.9.1
54
+ Pygments==2.19.1
55
+ pyparsing==3.2.1
56
+ python-dateutil==2.9.0.post0
57
+ pytz==2025.1
58
+ pyzmq==26.2.1
59
+ referencing==0.36.2
60
+ requests==2.32.3
61
+ rich==13.9.4
62
+ rpds-py==0.22.3
63
+ scikit-learn==1.6.1
64
+ scipy==1.15.1
65
+ seaborn==0.13.2
66
+ six==1.17.0
67
+ sklearn-compat==0.1.3
68
+ smmap==5.0.2
69
+ stack-data==0.6.3
70
+ streamlit==1.41.1
71
+ tenacity==9.0.0
72
+ threadpoolctl==3.5.0
73
+ toml==0.10.2
74
+ tornado==6.4.2
75
+ traitlets==5.14.3
76
+ typing_extensions==4.12.2
77
+ tzdata==2025.1
78
+ urllib3==2.3.0
79
+ watchdog==6.0.0
80
+ wcwidth==0.2.13