ashutoshzade commited on
Commit
2b6d036
1 Parent(s): ae35c80

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +79 -0
requirements.txt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ appnope==0.1.3
4
+ asttokens==2.2.1
5
+ async-timeout==4.0.2
6
+ attrs==22.2.0
7
+ backcall==0.2.0
8
+ beautifulsoup4==4.11.1
9
+ blobfile==2.0.1
10
+ bs4==0.0.1
11
+ certifi==2023.7.22
12
+ charset-normalizer==2.1.1
13
+ comm==0.1.2
14
+ contourpy==1.0.7
15
+ cycler==0.11.0
16
+ debugpy==1.6.5
17
+ decorator==5.1.1
18
+ docopt==0.6.2
19
+ entrypoints==0.4
20
+ executing==1.2.0
21
+ filelock==3.9.0
22
+ fonttools==4.38.0
23
+ frozenlist==1.3.3
24
+ huggingface-hub>=0.0.12
25
+ idna==3.4
26
+ ipykernel==6.20.1
27
+ ipython==8.10.0
28
+ jedi==0.18.2
29
+ joblib==1.2.0
30
+ jupyter_client==7.4.8
31
+ jupyter_core==5.1.3
32
+ kiwisolver==1.4.4
33
+ lxml==4.9.2
34
+ matplotlib==3.6.3
35
+ matplotlib-inline==0.1.6
36
+ multidict==6.0.4
37
+ nest-asyncio==1.5.6
38
+ numpy==1.24.1
39
+ openai==0.26.1
40
+ packaging==23.0
41
+ pandas==1.5.2
42
+ parso==0.8.3
43
+ pexpect==4.8.0
44
+ pickleshare==0.7.5
45
+ Pillow==9.4.0
46
+ pipreqs==0.4.12
47
+ platformdirs==2.6.2
48
+ plotly==5.12.0
49
+ prompt-toolkit==3.0.36
50
+ psutil==5.9.4
51
+ ptyprocess==0.7.0
52
+ pure-eval==0.2.2
53
+ pycryptodomex==3.17
54
+ Pygments==2.15.0
55
+ pyparsing==3.0.9
56
+ python-dateutil==2.8.2
57
+ pytz==2022.7.1
58
+ PyYAML==6.0
59
+ pyzmq==24.0.1
60
+ regex==2022.10.31
61
+ requests==2.31.0
62
+ scikit-learn==1.2.0
63
+ scipy==1.10.0
64
+ six==1.16.0
65
+ soupsieve==2.3.2.post1
66
+ stack-data==0.6.2
67
+ tenacity==8.1.0
68
+ threadpoolctl==3.1.0
69
+ tiktoken==0.1.2
70
+ tokenizers==0.13.2
71
+ tornado==6.3.3
72
+ tqdm==4.64.1
73
+ traitlets==5.8.1
74
+ transformers==4.30.0
75
+ typing_extensions==4.4.0
76
+ urllib3==1.26.13
77
+ wcwidth==0.2.5
78
+ yarg==0.1.9
79
+ yarl==1.8.2