8uydz commited on
Commit
d2a9d78
·
1 Parent(s): 44e21d3

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -0
requirements.txt ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ appnope==0.1.3
7
+ asttokens==2.2.1
8
+ astunparse==1.6.3
9
+ async-timeout==4.0.2
10
+ attrs==23.1.0
11
+ backcall==0.2.0
12
+ blis==0.7.9
13
+ catalogue==2.0.8
14
+ certifi==2022.12.7
15
+ charset-normalizer==3.1.0
16
+ click==8.1.3
17
+ comm==0.1.3
18
+ confection==0.0.4
19
+ contourpy==1.0.7
20
+ cycler==0.11.0
21
+ cymem==2.0.7
22
+ debugpy==1.6.7
23
+ decorator==5.1.1
24
+ entrypoints==0.4
25
+ execnb==0.1.5
26
+ executing==1.2.0
27
+ fastai==2.7.12
28
+ fastapi==0.95.1
29
+ fastcore==1.5.29
30
+ fastdownload==0.0.7
31
+ fastprogress==1.0.3
32
+ ffmpy==0.3.0
33
+ filelock==3.12.0
34
+ fonttools==4.39.3
35
+ frozenlist==1.3.3
36
+ fsspec==2023.4.0
37
+ ghapi==1.0.3
38
+ gradio==3.28.2
39
+ gradio_client==0.1.4
40
+ h11==0.14.0
41
+ httpcore==0.17.0
42
+ httpx==0.24.0
43
+ huggingface-hub==0.14.1
44
+ idna==3.4
45
+ ipykernel==6.22.0
46
+ ipython==8.13.1
47
+ jedi==0.18.2
48
+ Jinja2==3.1.2
49
+ joblib==1.2.0
50
+ jsonschema==4.17.3
51
+ jupyter_client==8.2.0
52
+ jupyter_core==5.3.0
53
+ kiwisolver==1.4.4
54
+ langcodes==3.3.0
55
+ linkify-it-py==2.0.2
56
+ markdown-it-py==2.2.0
57
+ MarkupSafe==2.1.2
58
+ matplotlib==3.7.1
59
+ matplotlib-inline==0.1.6
60
+ mdit-py-plugins==0.3.3
61
+ mdurl==0.1.2
62
+ mpmath==1.3.0
63
+ multidict==6.0.4
64
+ murmurhash==1.0.9
65
+ nbdev==2.3.12
66
+ nest-asyncio==1.5.6
67
+ networkx==3.1
68
+ numpy==1.24.3
69
+ orjson==3.8.11
70
+ packaging==23.1
71
+ pandas==2.0.1
72
+ parso==0.8.3
73
+ pathy==0.10.1
74
+ pexpect==4.8.0
75
+ pickleshare==0.7.5
76
+ Pillow==9.5.0
77
+ platformdirs==3.5.0
78
+ preshed==3.0.8
79
+ prompt-toolkit==3.0.38
80
+ psutil==5.9.5
81
+ ptyprocess==0.7.0
82
+ pure-eval==0.2.2
83
+ pydantic==1.10.7
84
+ pydub==0.25.1
85
+ Pygments==2.15.1
86
+ pyparsing==3.0.9
87
+ pyrsistent==0.19.3
88
+ python-dateutil==2.8.2
89
+ python-multipart==0.0.6
90
+ pytz==2023.3
91
+ PyYAML==6.0
92
+ pyzmq==25.0.2
93
+ requests==2.29.0
94
+ scikit-learn==1.2.2
95
+ scipy==1.10.1
96
+ semantic-version==2.10.0
97
+ six==1.16.0
98
+ smart-open==6.3.0
99
+ sniffio==1.3.0
100
+ spacy==3.5.2
101
+ spacy-legacy==3.0.12
102
+ spacy-loggers==1.0.4
103
+ srsly==2.4.6
104
+ stack-data==0.6.2
105
+ starlette==0.26.1
106
+ sympy==1.11.1
107
+ thinc==8.1.10
108
+ threadpoolctl==3.1.0
109
+ toolz==0.12.0
110
+ torch==2.0.0
111
+ torchvision==0.15.1
112
+ tornado==6.3.1
113
+ tqdm==4.65.0
114
+ traitlets==5.9.0
115
+ typer==0.7.0
116
+ typing_extensions==4.5.0
117
+ tzdata==2023.3
118
+ uc-micro-py==1.0.2
119
+ urllib3==1.26.15
120
+ uvicorn==0.22.0
121
+ wasabi==1.1.1
122
+ watchdog==3.0.0
123
+ wcwidth==0.2.6
124
+ websockets==11.0.2
125
+ yarl==1.9.2