zaidmehdi commited on
Commit
873fcc6
1 Parent(s): ab4bbba

Upload requirements.txt with huggingface_hub

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
+ altair==5.3.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ asttokens==2.4.1
6
+ attrs==23.2.0
7
+ Brotli==1.0.9
8
+ certifi==2024.2.2
9
+ charset-normalizer==2.0.4
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ comm==0.2.2
13
+ contourpy==1.2.0
14
+ cycler==0.11.0
15
+ debugpy==1.6.7
16
+ decorator==5.1.1
17
+ exceptiongroup==1.2.0
18
+ executing==2.0.1
19
+ fastapi==0.110.0
20
+ ffmpy==0.3.2
21
+ filelock==3.13.1
22
+ fonttools==4.25.0
23
+ fsspec==2024.3.1
24
+ gradio==4.24.0
25
+ gradio_client==0.14.0
26
+ h11==0.14.0
27
+ httpcore==1.0.5
28
+ httpx==0.27.0
29
+ huggingface-hub==0.22.2
30
+ idna==3.4
31
+ importlib_metadata==7.1.0
32
+ importlib_resources==6.4.0
33
+ ipykernel==6.29.3
34
+ ipython==8.22.2
35
+ jedi==0.19.1
36
+ Jinja2==3.1.3
37
+ jsonschema==4.21.1
38
+ jsonschema-specifications==2023.12.1
39
+ jupyter_client==8.6.1
40
+ jupyter_core==5.5.0
41
+ kiwisolver==1.4.4
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.3
44
+ matplotlib==3.8.3
45
+ matplotlib-inline==0.1.6
46
+ mdurl==0.1.2
47
+ mpmath==1.3.0
48
+ munkres==1.1.4
49
+ nest_asyncio==1.6.0
50
+ networkx==3.1
51
+ numpy==1.26.4
52
+ orjson==3.10.0
53
+ packaging==24.0
54
+ pandas==2.2.1
55
+ parso==0.8.3
56
+ pexpect==4.9.0
57
+ pickleshare==0.7.5
58
+ pillow==10.2.0
59
+ pip==23.3.1
60
+ platformdirs==4.2.0
61
+ ply==3.11
62
+ prompt-toolkit==3.0.42
63
+ psutil==5.9.0
64
+ ptyprocess==0.7.0
65
+ pure-eval==0.2.2
66
+ pydantic==2.6.4
67
+ pydantic_core==2.16.3
68
+ pydub==0.25.1
69
+ Pygments==2.17.2
70
+ pyparsing==3.0.9
71
+ PyQt5==5.15.10
72
+ PyQt5-sip==12.13.0
73
+ PySocks==1.7.1
74
+ python-dateutil==2.9.0
75
+ python-multipart==0.0.9
76
+ pytz==2024.1
77
+ PyYAML==6.0.1
78
+ pyzmq==25.1.2
79
+ referencing==0.34.0
80
+ requests==2.31.0
81
+ rich==13.7.1
82
+ rpds-py==0.18.0
83
+ ruff==0.3.5
84
+ semantic-version==2.10.0
85
+ setuptools==68.2.2
86
+ shellingham==1.5.4
87
+ sip==6.7.12
88
+ six==1.16.0
89
+ sniffio==1.3.1
90
+ stack-data==0.6.2
91
+ starlette==0.36.3
92
+ sympy==1.12
93
+ tomlkit==0.12.0
94
+ toolz==0.12.1
95
+ torch==2.2.2
96
+ torchaudio==2.2.2
97
+ torchvision==0.17.2
98
+ tornado==6.3.3
99
+ tqdm==4.66.2
100
+ traitlets==5.14.2
101
+ typer==0.12.0
102
+ typer-cli==0.12.0
103
+ typer-slim==0.12.0
104
+ typing_extensions==4.9.0
105
+ tzdata==2024.1
106
+ urllib3==2.1.0
107
+ uvicorn==0.29.0
108
+ wcwidth==0.2.13
109
+ websockets==11.0.3
110
+ wheel==0.41.2
111
+ zipp==3.17.0