andrewgleave commited on
Commit
8d425d3
·
verified ·
1 Parent(s): 4527dbf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +72 -68
requirements.txt CHANGED
@@ -1,71 +1,75 @@
1
- aiohttp==3.8.3
2
- aiosignal==1.2.0
3
- anyio==3.6.1
4
- async-timeout==4.0.2
5
- attrs==22.1.0
6
- bcrypt==4.0.1
7
- black==22.10.0
8
- certifi==2022.9.24
9
- cffi==1.15.1
10
- charset-normalizer==2.1.1
11
- click==8.1.3
12
- contourpy==1.0.5
13
- cryptography==38.0.1
14
- cycler==0.11.0
15
- fastapi==0.85.0
16
- ffmpy==0.3.0
17
- filelock==3.8.0
18
- fonttools==4.37.4
19
- frozenlist==1.3.1
20
- fsspec==2022.8.2
21
- gradio==3.11.0
22
- h11==0.12.0
23
- httpcore==0.15.0
24
- httpx==0.23.0
25
- huggingface-hub==0.10.0
26
- idna==3.4
27
- Jinja2==3.1.2
28
- kiwisolver==1.4.4
29
- linkify-it-py==1.0.3
30
- markdown-it-py==2.1.0
31
- MarkupSafe==2.1.1
32
- matplotlib==3.6.1
33
- mdit-py-plugins==0.3.1
34
  mdurl==0.1.2
35
- multidict==6.0.2
36
- mypy-extensions==0.4.3
37
- numpy==1.23.3
38
- orjson==3.8.0
39
- packaging==21.3
40
- pandas==1.5.0
41
- paramiko==2.11.0
42
- pathspec==0.10.1
43
- Pillow==9.2.0
44
- platformdirs==2.5.2
45
- pycparser==2.21
46
- pycryptodome==3.15.0
47
- pydantic==1.10.2
48
  pydub==0.25.1
49
- PyNaCl==1.5.0
50
- pyparsing==3.0.9
51
- python-dateutil==2.8.2
52
- python-multipart==0.0.5
53
- pytz==2022.4
54
- PyYAML==6.0
55
- regex==2022.9.13
56
- requests==2.28.1
57
- rfc3986==1.5.0
 
 
 
 
 
 
58
  six==1.16.0
59
- sniffio==1.3.0
60
- starlette==0.20.4
61
- tokenizers==0.12.1
62
- tomli==2.0.1
63
- torch==1.13.0
64
- tqdm==4.64.1
65
- transformers==4.24.0
66
- typing_extensions==4.4.0
67
- uc-micro-py==1.0.1
68
- urllib3==1.26.12
69
- uvicorn==0.18.3
70
- websockets==10.3
71
- yarl==1.8.1
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ certifi==2024.2.2
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.2.0
11
+ cycler==0.12.1
12
+ fastapi==0.110.0
13
+ ffmpy==0.3.2
14
+ filelock==3.13.1
15
+ fonttools==4.49.0
16
+ fsspec==2024.2.0
17
+ gradio==4.20.1
18
+ gradio_client==0.11.0
19
+ h11==0.14.0
20
+ httpcore==1.0.4
21
+ httpx==0.27.0
22
+ huggingface-hub==0.21.4
23
+ idna==3.6
24
+ importlib_resources==6.1.3
25
+ Jinja2==3.1.3
26
+ jsonschema==4.21.1
27
+ jsonschema-specifications==2023.12.1
28
+ kiwisolver==1.4.5
29
+ markdown-it-py==3.0.0
30
+ MarkupSafe==2.1.3
31
+ matplotlib==3.8.3
 
 
32
  mdurl==0.1.2
33
+ mpmath==1.2.1
34
+ networkx==3.2.1
35
+ numpy==1.26.4
36
+ orjson==3.9.15
37
+ packaging==23.2
38
+ pandas==2.2.1
39
+ Pillow==10.1.0
40
+ pydantic==2.6.3
41
+ pydantic_core==2.16.3
 
 
 
 
42
  pydub==0.25.1
43
+ Pygments==2.17.2
44
+ pyparsing==3.1.2
45
+ python-dateutil==2.9.0.post0
46
+ python-multipart==0.0.9
47
+ pytz==2024.1
48
+ PyYAML==6.0.1
49
+ referencing==0.33.0
50
+ regex==2023.12.25
51
+ requests==2.31.0
52
+ rich==13.7.1
53
+ rpds-py==0.18.0
54
+ ruff==0.3.1
55
+ safetensors==0.4.2
56
+ semantic-version==2.10.0
57
+ shellingham==1.5.4
58
  six==1.16.0
59
+ sniffio==1.3.1
60
+ starlette==0.36.3
61
+ sympy==1.12
62
+ tokenizers==0.15.2
63
+ tomlkit==0.12.0
64
+ toolz==0.12.1
65
+ torch==2.3.0.dev20240307
66
+ torchaudio==2.2.0.dev20240307
67
+ torchvision==0.18.0.dev20240307
68
+ tqdm==4.66.2
69
+ transformers==4.38.2
70
+ typer==0.9.0
71
+ typing_extensions==4.8.0
72
+ tzdata==2024.1
73
+ urllib3==2.2.1
74
+ uvicorn==0.27.1
75
+ websockets==11.0.3