RohitBh commited on
Commit
bc27c8a
1 Parent(s): 5d126f6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +144 -0
requirements.txt ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ��altair==5.3.0
2
+ anyio==4.3.0
3
+ argon2-cffi==23.1.0
4
+ argon2-cffi-bindings==21.2.0
5
+ arrow==1.3.0
6
+ asttokens==2.4.1
7
+ async-lru==2.0.4
8
+ attrs==23.2.0
9
+ Babel==2.14.0
10
+ beautifulsoup4==4.12.3
11
+ bleach==6.1.0
12
+ blinker==1.7.0
13
+ cachetools==5.3.3
14
+ certifi==2024.2.2
15
+ cffi==1.16.0
16
+ charset-normalizer==3.3.2
17
+ click==8.1.7
18
+ colorama==0.4.6
19
+ comm==0.2.2
20
+ contourpy==1.2.1
21
+ cycler==0.12.1
22
+ debugpy==1.8.1
23
+ decorator==5.1.1
24
+ defusedxml==0.7.1
25
+ exceptiongroup==1.2.0
26
+ executing==2.0.1
27
+ fastjsonschema==2.19.1
28
+ filelock==3.13.3
29
+ fonttools==4.50.0
30
+ fqdn==1.5.1
31
+ fsspec==2024.3.1
32
+ gitdb==4.0.11
33
+ GitPython==3.1.43
34
+ h11==0.14.0
35
+ httpcore==1.0.5
36
+ httpx==0.27.0
37
+ huggingface-hub==0.22.2
38
+ idna==3.6
39
+ ipykernel==6.29.4
40
+ ipython==8.23.0
41
+ ipywidgets==8.1.2
42
+ isoduration==20.11.0
43
+ jedi==0.19.1
44
+ Jinja2==3.1.3
45
+ joblib==1.3.2
46
+ json5==0.9.24
47
+ jsonpointer==2.4
48
+ jsonschema==4.21.1
49
+ jsonschema-specifications==2023.12.1
50
+ jupyter==1.0.0
51
+ jupyter-console==6.6.3
52
+ jupyter-events==0.10.0
53
+ jupyter-lsp==2.2.4
54
+ jupyter_client==8.6.1
55
+ jupyter_core==5.7.2
56
+ jupyter_server==2.13.0
57
+ jupyter_server_terminals==0.5.3
58
+ jupyterlab==4.1.5
59
+ jupyterlab_pygments==0.3.0
60
+ jupyterlab_server==2.25.4
61
+ jupyterlab_widgets==3.0.10
62
+ kiwisolver==1.4.5
63
+ markdown-it-py==3.0.0
64
+ MarkupSafe==2.1.5
65
+ matplotlib==3.8.4
66
+ matplotlib-inline==0.1.6
67
+ mdurl==0.1.2
68
+ mistune==3.0.2
69
+ mpmath==1.3.0
70
+ nbclient==0.10.0
71
+ nbconvert==7.16.3
72
+ nbformat==5.10.3
73
+ nest-asyncio==1.6.0
74
+ networkx==3.2.1
75
+ nltk==3.8.1
76
+ notebook==7.1.2
77
+ notebook_shim==0.2.4
78
+ numpy==1.26.4
79
+ overrides==7.7.0
80
+ packaging==24.0
81
+ pandas==2.2.1
82
+ pandocfilters==1.5.1
83
+ parso==0.8.3
84
+ pillow==10.3.0
85
+ platformdirs==4.2.0
86
+ prometheus_client==0.20.0
87
+ prompt-toolkit==3.0.43
88
+ protobuf==4.25.3
89
+ psutil==5.9.8
90
+ pure-eval==0.2.2
91
+ pyarrow==15.0.2
92
+ pycparser==2.22
93
+ pydeck==0.8.1b0
94
+ Pygments==2.17.2
95
+ pyparsing==3.1.2
96
+ python-dateutil==2.9.0.post0
97
+ python-json-logger==2.0.7
98
+ pytz==2024.1
99
+ PyYAML==6.0.1
100
+ pyzmq==25.1.2
101
+ qtconsole==5.5.1
102
+ QtPy==2.4.1
103
+ referencing==0.34.0
104
+ regex==2023.12.25
105
+ requests==2.31.0
106
+ rfc3339-validator==0.1.4
107
+ rfc3986-validator==0.1.1
108
+ rich==13.7.1
109
+ rpds-py==0.18.0
110
+ safetensors==0.4.2
111
+ Send2Trash==1.8.2
112
+ six==1.16.0
113
+ smmap==5.0.1
114
+ sniffio==1.3.1
115
+ soupsieve==2.5
116
+ stack-data==0.6.3
117
+ streamlit==1.33.0
118
+ sympy==1.12
119
+ tenacity==8.2.3
120
+ terminado==0.18.1
121
+ textblob==0.18.0.post0
122
+ tinycss2==1.2.1
123
+ tokenizers==0.15.2
124
+ toml==0.10.2
125
+ tomli==2.0.1
126
+ toolz==0.12.1
127
+ torch==2.2.2
128
+ tornado==6.4
129
+ tqdm==4.66.2
130
+ traitlets==5.14.2
131
+ transformers==4.39.3
132
+ types-python-dateutil==2.9.0.20240316
133
+ typing_extensions==4.10.0
134
+ tzdata==2024.1
135
+ uri-template==1.3.0
136
+ urllib3==2.2.1
137
+ vaderSentiment==3.3.2
138
+ watchdog==4.0.0
139
+ wcwidth==0.2.13
140
+ webcolors==1.13
141
+ webencodings==0.5.1
142
+ websocket-client==1.7.0
143
+ widgetsnbextension==4.0.10
144
+ wordcloud==1.9.3