roger33303 commited on
Commit
bca0c8a
1 Parent(s): a8357bc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -66
requirements.txt CHANGED
@@ -1,95 +1,73 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.8.6
3
  aiosignal==1.3.1
4
- altair==5.1.2
5
- annotated-types==0.6.0
6
  anyio==3.7.1
7
- asttokens==2.4.0
8
- async-timeout==4.0.3
9
  attrs==23.1.0
10
- backcall==0.2.0
11
  certifi==2023.7.22
12
- charset-normalizer==3.3.0
13
- click==8.1.7
14
  colorama==0.4.6
15
- comm==0.1.4
16
- contourpy==1.1.1
17
- cycler==0.12.1
18
- debugpy==1.8.0
19
- decorator==5.1.1
20
- exceptiongroup==1.1.3
21
- executing==2.0.0
22
- fastapi==0.103.2
23
  ffmpy==0.3.1
24
- filelock==3.12.4
25
- fonttools==4.43.1
26
  frozenlist==1.4.0
27
- fsspec==2023.9.2
28
- gradio==3.47.1
29
- gradio_client==0.6.0
30
  h11==0.14.0
31
- httpcore==0.18.0
32
- httpx==0.25.0
33
- huggingface-hub==0.18.0
34
  idna==3.4
35
- importlib-resources==6.1.0
36
- ipykernel==6.25.2
37
- ipython==8.16.1
38
- ipywidgets==8.1.1
39
- jedi==0.19.1
40
  Jinja2==3.1.2
41
- jsonschema==4.19.1
42
  jsonschema-specifications==2023.7.1
43
- jupyter_client==8.4.0
44
- jupyter_core==5.4.0
45
- jupyterlab-widgets==3.0.9
46
- kiwisolver==1.4.5
47
  MarkupSafe==2.1.3
48
- matplotlib==3.8.0
49
- matplotlib-inline==0.1.6
 
50
  multidict==6.0.4
51
- nest-asyncio==1.5.8
52
- numpy==1.26.1
53
- openai==0.28.1
54
- orjson==3.9.9
55
- packaging==23.2
56
- pandas==2.1.1
57
- parso==0.8.3
58
- pickleshare==0.7.5
59
- Pillow==10.1.0
60
- platformdirs==3.11.0
61
- prompt-toolkit==3.0.39
62
- psutil==5.9.6
63
- pure-eval==0.2.2
64
- pydantic==2.4.2
65
- pydantic_core==2.10.1
66
  pydub==0.25.1
67
- Pygments==2.16.1
68
- pyparsing==3.1.1
69
  python-dateutil==2.8.2
70
  python-dotenv==1.0.0
71
  python-multipart==0.0.6
72
- pytz==2023.3.post1
73
- pywin32==306
74
  PyYAML==6.0.1
75
- pyzmq==25.1.1
76
  referencing==0.30.2
77
  requests==2.31.0
78
- rpds-py==0.10.6
79
  semantic-version==2.10.0
80
  six==1.16.0
81
  sniffio==1.3.0
82
- stack-data==0.6.3
83
  starlette==0.27.0
84
  toolz==0.12.0
85
- tornado==6.3.3
86
- tqdm==4.66.1
87
- traitlets==5.11.2
88
- typing_extensions==4.8.0
89
  tzdata==2023.3
90
- urllib3==2.0.6
 
91
  uvicorn==0.23.2
92
- wcwidth==0.2.8
93
  websockets==11.0.3
94
- widgetsnbextension==4.0.9
95
  yarl==1.9.2
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.5
3
  aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
  anyio==3.7.1
7
+ async-timeout==4.0.2
 
8
  attrs==23.1.0
 
9
  certifi==2023.7.22
10
+ charset-normalizer==3.2.0
11
+ click==8.1.6
12
  colorama==0.4.6
13
+ contourpy==1.1.0
14
+ cycler==0.11.0
15
+ exceptiongroup==1.1.2
16
+ fastapi==0.101.0
 
 
 
 
17
  ffmpy==0.3.1
18
+ filelock==3.12.2
19
+ fonttools==4.42.0
20
  frozenlist==1.4.0
21
+ fsspec==2023.6.0
22
+ gradio==3.39.0
23
+ gradio_client==0.3.0
24
  h11==0.14.0
25
+ httpcore==0.17.3
26
+ httpx==0.24.1
27
+ huggingface-hub==0.16.4
28
  idna==3.4
29
+ importlib-resources==6.0.0
 
 
 
 
30
  Jinja2==3.1.2
31
+ jsonschema==4.18.6
32
  jsonschema-specifications==2023.7.1
33
+ kiwisolver==1.4.4
34
+ linkify-it-py==2.0.2
35
+ markdown-it-py==2.2.0
36
+ markdown2==2.4.10
37
  MarkupSafe==2.1.3
38
+ matplotlib==3.7.2
39
+ mdit-py-plugins==0.3.3
40
+ mdurl==0.1.2
41
  multidict==6.0.4
42
+ numpy==1.25.2
43
+ openai==0.27.8
44
+ orjson==3.9.2
45
+ packaging==23.1
46
+ pandas==2.0.3
47
+ Pillow==10.0.0
48
+ pydantic==2.1.1
49
+ pydantic_core==2.4.0
 
 
 
 
 
 
 
50
  pydub==0.25.1
51
+ pyparsing==3.0.9
 
52
  python-dateutil==2.8.2
53
  python-dotenv==1.0.0
54
  python-multipart==0.0.6
55
+ pytz==2023.3
 
56
  PyYAML==6.0.1
 
57
  referencing==0.30.2
58
  requests==2.31.0
59
+ rpds-py==0.9.2
60
  semantic-version==2.10.0
61
  six==1.16.0
62
  sniffio==1.3.0
 
63
  starlette==0.27.0
64
  toolz==0.12.0
65
+ tqdm==4.65.0
66
+ typing_extensions==4.7.1
 
 
67
  tzdata==2023.3
68
+ uc-micro-py==1.0.2
69
+ urllib3==2.0.4
70
  uvicorn==0.23.2
 
71
  websockets==11.0.3
 
72
  yarl==1.9.2
73
+ zipp==3.16.2