zeimoto commited on
Commit
b9bcd3f
·
1 Parent(s): f4abbca

fixed requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +80 -1
requirements.txt CHANGED
@@ -1 +1,80 @@
1
- huggingface_hub==0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.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
+ contourpy==1.2.1
10
+ cycler==0.12.1
11
+ dnspython==2.6.1
12
+ email_validator==2.1.1
13
+ fastapi==0.111.0
14
+ fastapi-cli==0.0.2
15
+ ffmpy==0.3.2
16
+ filelock==3.14.0
17
+ fonttools==4.51.0
18
+ fsspec==2024.3.1
19
+ gradio==4.29.0
20
+ gradio_client==0.16.1
21
+ h11==0.14.0
22
+ httpcore==1.0.5
23
+ httptools==0.6.1
24
+ httpx==0.27.0
25
+ huggingface-hub==0.23.0
26
+ idna==3.7
27
+ importlib_resources==6.4.0
28
+ Jinja2==3.1.4
29
+ jsonschema==4.22.0
30
+ jsonschema-specifications==2023.12.1
31
+ kiwisolver==1.4.5
32
+ markdown-it-py==3.0.0
33
+ MarkupSafe==2.1.5
34
+ matplotlib==3.8.4
35
+ mdurl==0.1.2
36
+ mpmath==1.3.0
37
+ networkx==3.3
38
+ numpy==1.26.4
39
+ orjson==3.10.3
40
+ packaging==24.0
41
+ pandas==2.2.2
42
+ pillow==10.3.0
43
+ pydantic==2.7.1
44
+ pydantic_core==2.18.2
45
+ pydub==0.25.1
46
+ Pygments==2.18.0
47
+ pyparsing==3.1.2
48
+ python-dateutil==2.9.0.post0
49
+ python-dotenv==1.0.1
50
+ python-multipart==0.0.9
51
+ pytz==2024.1
52
+ PyYAML==6.0.1
53
+ referencing==0.35.1
54
+ regex==2024.4.28
55
+ requests==2.31.0
56
+ rich==13.7.1
57
+ rpds-py==0.18.1
58
+ ruff==0.4.3
59
+ safetensors==0.4.3
60
+ semantic-version==2.10.0
61
+ shellingham==1.5.4
62
+ six==1.16.0
63
+ sniffio==1.3.1
64
+ starlette==0.37.2
65
+ sympy==1.12
66
+ tokenizers==0.19.1
67
+ tomlkit==0.12.0
68
+ toolz==0.12.1
69
+ torch==2.3.0
70
+ tqdm==4.66.4
71
+ transformers==4.40.2
72
+ typer==0.12.3
73
+ typing_extensions==4.11.0
74
+ tzdata==2024.1
75
+ ujson==5.9.0
76
+ urllib3==2.2.1
77
+ uvicorn==0.29.0
78
+ uvloop==0.19.0
79
+ watchfiles==0.21.0
80
+ websockets==11.0.3