rkoushikroy2 commited on
Commit
3c9808a
1 Parent(s): 8e66315

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -127
requirements.txt CHANGED
@@ -1,127 +1,5 @@
1
- aiofiles==23.1.0
2
- aiohttp==3.8.4
3
- aiosignal==1.3.1
4
- altair==4.2.2
5
- anyio==3.6.2
6
- asttokens==2.2.1
7
- async-timeout==4.0.2
8
- attrs==22.2.0
9
- backcall==0.2.0
10
- backports.functools-lru-cache==1.6.4
11
- brotlipy==0.7.0
12
- certifi==2022.12.7
13
- cffi==1.15.1
14
- charset-normalizer==2.0.4
15
- click==8.1.3
16
- colorama==0.4.6
17
- contourpy==1.0.7
18
- cryptography==39.0.1
19
- cycler==0.11.0
20
- datasets==2.10.1
21
- debugpy==1.5.1
22
- decorator==5.1.1
23
- dill==0.3.6
24
- entrypoints==0.4
25
- et-xmlfile==1.1.0
26
- executing==1.2.0
27
- faiss==1.7.2
28
- fastapi==0.94.1
29
- ffmpy==0.3.0
30
- filelock==3.9.0
31
- flit_core==3.6.0
32
- fonttools==4.39.0
33
- frozenlist==1.3.3
34
- fsspec==2023.3.0
35
- gradio==3.21.0
36
- h11==0.14.0
37
- httpcore==0.16.3
38
- httpx==0.23.3
39
- huggingface-hub==0.13.1
40
- idna==3.4
41
- importlib-metadata==6.0.0
42
- importlib-resources==5.12.0
43
- ipykernel==6.15.0
44
- ipython==8.11.0
45
- jedi==0.18.2
46
- Jinja2==3.1.2
47
- joblib==1.2.0
48
- jsonschema==4.17.3
49
- jupyter_client==8.0.3
50
- jupyter_core==5.2.0
51
- kiwisolver==1.4.4
52
- linkify-it-py==2.0.0
53
- markdown-it-py==2.2.0
54
- MarkupSafe==2.1.2
55
- matplotlib==3.7.1
56
- matplotlib-inline==0.1.6
57
- mdit-py-plugins==0.3.3
58
- mdurl==0.1.2
59
- mkl-service==2.3.0
60
- multidict==6.0.4
61
- multiprocess==0.70.14
62
- nest-asyncio==1.5.6
63
- numpy==1.24.2
64
- openai==0.27.2
65
- openpyxl==3.1.2
66
- orjson==3.8.7
67
- packaging==23.0
68
- pandas==1.5.3
69
- parso==0.8.3
70
- pickleshare==0.7.5
71
- Pillow==9.4.0
72
- pip==23.0.1
73
- pkgutil_resolve_name==1.3.10
74
- platformdirs==2.5.2
75
- plotly==5.13.1
76
- prompt-toolkit==3.0.38
77
- psutil==5.9.0
78
- pure-eval==0.2.2
79
- pyarrow==11.0.0
80
- pycparser==2.21
81
- pydantic==1.10.6
82
- pydub==0.25.1
83
- Pygments==2.14.0
84
- pyOpenSSL==23.0.0
85
- pyparsing==3.0.9
86
- pyrsistent==0.19.3
87
- PySocks==1.7.1
88
- python-dateutil==2.8.2
89
- python-multipart==0.0.6
90
- pytz==2022.7.1
91
- pywin32==227
92
- PyYAML==6.0
93
- pyzmq==23.2.0
94
- regex==2022.10.31
95
- requests==2.28.1
96
- responses==0.18.0
97
- rfc3986==1.5.0
98
- scikit-learn==1.2.2
99
- scipy==1.10.1
100
- setuptools==65.6.3
101
- six==1.16.0
102
- sniffio==1.3.0
103
- stack-data==0.6.2
104
- starlette==0.26.1
105
- tenacity==8.2.2
106
- threadpoolctl==3.1.0
107
- tokenizers==0.13.2
108
- toolz==0.12.0
109
- torch==1.13.1
110
- torchaudio==0.13.1
111
- torchvision==0.14.1
112
- tornado==6.2
113
- tqdm==4.65.0
114
- traitlets==5.9.0
115
- transformers==4.26.1
116
- typing_extensions==4.4.0
117
- uc-micro-py==1.0.1
118
- urllib3==1.26.14
119
- uvicorn==0.21.0
120
- wcwidth==0.2.6
121
- websockets==10.4
122
- wheel==0.38.4
123
- win-inet-pton==1.1.0
124
- wincertstore==0.2
125
- xxhash==3.2.0
126
- yarl==1.8.2
127
- zipp==3.15.0
 
1
+ openai
2
+ pandas
3
+ numpy
4
+ matplotlib
5
+ scikit-learn