georges commited on
Commit
3dba7e3
1 Parent(s): 6529594

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -0
requirements.txt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.0
3
+ aiohttp==3.10.5
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ appnope==0.1.4
8
+ asttokens==2.4.1
9
+ attrs==24.2.0
10
+ certifi==2024.7.4
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ comm==0.2.2
14
+ contourpy==1.3.0
15
+ cycler==0.12.1
16
+ datasets==2.21.0
17
+ debugpy==1.8.5
18
+ decorator==5.1.1
19
+ dill==0.3.8
20
+ evaluate==0.4.2
21
+ executing==2.0.1
22
+ fastapi==0.112.2
23
+ ffmpy==0.4.0
24
+ filelock==3.15.4
25
+ fonttools==4.53.1
26
+ frozenlist==1.4.1
27
+ fsspec==2024.6.1
28
+ gradio==4.42.0
29
+ gradio_client==1.3.0
30
+ h11==0.14.0
31
+ httpcore==1.0.5
32
+ httpx==0.27.2
33
+ huggingface-hub==0.23.5
34
+ idna==3.8
35
+ importlib_resources==6.4.4
36
+ ipykernel==6.29.5
37
+ ipython==8.26.0
38
+ jedi==0.19.1
39
+ Jinja2==3.1.4
40
+ joblib==1.4.2
41
+ jupyter_client==8.6.2
42
+ jupyter_core==5.7.2
43
+ kiwisolver==1.4.5
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.5
46
+ matplotlib==3.9.2
47
+ matplotlib-inline==0.1.7
48
+ mdurl==0.1.2
49
+ mpmath==1.3.0
50
+ multidict==6.0.5
51
+ multiprocess==0.70.16
52
+ nest-asyncio==1.6.0
53
+ networkx==3.3
54
+ numpy==1.26.4
55
+ orjson==3.10.7
56
+ packaging==24.1
57
+ pandas==2.2.2
58
+ parso==0.8.4
59
+ pexpect==4.9.0
60
+ pillow==10.4.0
61
+ platformdirs==4.2.2
62
+ prompt_toolkit==3.0.47
63
+ psutil==6.0.0
64
+ ptyprocess==0.7.0
65
+ pure_eval==0.2.3
66
+ pyarrow==17.0.0
67
+ pydantic==2.8.2
68
+ pydantic_core==2.20.1
69
+ pydub==0.25.1
70
+ Pygments==2.18.0
71
+ pyparsing==3.1.4
72
+ python-dateutil==2.9.0.post0
73
+ python-multipart==0.0.9
74
+ pytz==2024.1
75
+ PyYAML==6.0.2
76
+ pyzmq==26.2.0
77
+ regex==2024.7.24
78
+ requests==2.32.3
79
+ rich==13.8.0
80
+ ruff==0.6.2
81
+ safetensors==0.4.4
82
+ scikit-learn==1.5.1
83
+ scipy==1.14.1
84
+ semantic-version==2.10.0
85
+ sentence-transformers==3.0.1
86
+ setfit==1.0.3
87
+ setuptools==72.1.0
88
+ shellingham==1.5.4
89
+ six==1.16.0
90
+ sniffio==1.3.1
91
+ stack-data==0.6.3
92
+ starlette==0.38.2
93
+ sympy==1.13.2
94
+ threadpoolctl==3.5.0
95
+ tokenizers==0.15.2
96
+ tomlkit==0.12.0
97
+ torch==2.2.2
98
+ tornado==6.4.1
99
+ tqdm==4.66.5
100
+ traitlets==5.14.3
101
+ transformers==4.39.0
102
+ typer==0.12.5
103
+ typing_extensions==4.12.2
104
+ tzdata==2024.1
105
+ urllib3==2.2.2
106
+ uvicorn==0.30.6
107
+ wcwidth==0.2.13
108
+ websockets==12.0
109
+ wheel==0.43.0
110
+ xxhash==3.5.0
111
+ yarl==1.9.4