DaniJorCa commited on
Commit
07c949d
·
verified ·
1 Parent(s): 719c2e7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +85 -0
requirements.txt ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.2.post1
4
+ asttokens==2.4.1
5
+ certifi==2024.8.30
6
+ charset-normalizer==3.4.0
7
+ click==8.1.7
8
+ colorama==0.4.6
9
+ comm==0.2.2
10
+ debugpy==1.8.7
11
+ decorator==5.1.1
12
+ executing==2.1.0
13
+ fastapi==0.115.2
14
+ ffmpy==0.4.0
15
+ filelock==3.16.1
16
+ fsspec==2024.9.0
17
+ gradio==5.0.2
18
+ gradio_client==1.4.0
19
+ h11==0.14.0
20
+ httpcore==1.0.6
21
+ httpx==0.27.2
22
+ huggingface-hub==0.25.2
23
+ idna==3.10
24
+ ipykernel==6.29.5
25
+ ipython==8.28.0
26
+ jedi==0.19.1
27
+ Jinja2==3.1.4
28
+ joblib==1.4.2
29
+ jupyter_client==8.6.3
30
+ jupyter_core==5.7.2
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.5
33
+ matplotlib-inline==0.1.7
34
+ mdurl==0.1.2
35
+ mpmath==1.3.0
36
+ nest-asyncio==1.6.0
37
+ networkx==3.4.1
38
+ numpy==2.1.2
39
+ orjson==3.10.7
40
+ packaging==24.1
41
+ pandas==2.2.3
42
+ parso==0.8.4
43
+ pillow==10.4.0
44
+ platformdirs==4.3.6
45
+ prompt_toolkit==3.0.48
46
+ psutil==6.0.0
47
+ pure_eval==0.2.3
48
+ pydantic==2.9.2
49
+ pydantic_core==2.23.4
50
+ pydub==0.25.1
51
+ Pygments==2.18.0
52
+ python-dateutil==2.9.0.post0
53
+ python-multipart==0.0.12
54
+ pytz==2024.2
55
+ pywin32==308
56
+ PyYAML==6.0.2
57
+ pyzmq==26.2.0
58
+ regex==2024.9.11
59
+ requests==2.32.3
60
+ rich==13.9.2
61
+ ruff==0.6.9
62
+ sacremoses==0.1.1
63
+ safetensors==0.4.5
64
+ semantic-version==2.10.0
65
+ sentencepiece==0.2.0
66
+ shellingham==1.5.4
67
+ six==1.16.0
68
+ sniffio==1.3.1
69
+ stack-data==0.6.3
70
+ starlette==0.39.2
71
+ sympy==1.13.3
72
+ tokenizers==0.20.1
73
+ tomlkit==0.12.0
74
+ torch==2.4.1
75
+ tornado==6.4.1
76
+ tqdm==4.66.5
77
+ traitlets==5.14.3
78
+ transformers==4.45.2
79
+ typer==0.12.5
80
+ typing_extensions==4.12.2
81
+ tzdata==2024.2
82
+ urllib3==2.2.3
83
+ uvicorn==0.31.1
84
+ wcwidth==0.2.13
85
+ websockets==12.0