kauber commited on
Commit
4e8182e
1 Parent(s): 1a5c4d4

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +72 -0
requirements.txt ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ cffi==1.16.0
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ contourpy==1.2.1
12
+ cryptography==42.0.5
13
+ cycler==0.12.1
14
+ exceptiongroup==1.2.0
15
+ fastapi==0.110.1
16
+ ffmpy==0.3.2
17
+ filelock==3.13.3
18
+ fonttools==4.51.0
19
+ fsspec==2024.3.1
20
+ gradio==4.25.0
21
+ gradio_client==0.15.0
22
+ h11==0.14.0
23
+ httpcore==1.0.5
24
+ httpx==0.27.0
25
+ huggingface-hub==0.22.2
26
+ idna==3.6
27
+ importlib_resources==6.4.0
28
+ Jinja2==3.1.3
29
+ jsonschema==4.21.1
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
+ msal==1.28.0
37
+ numpy==1.26.4
38
+ orjson==3.10.0
39
+ packaging==24.0
40
+ pandas==2.2.1
41
+ pillow==10.3.0
42
+ pycparser==2.22
43
+ pydantic==2.6.4
44
+ pydantic_core==2.16.3
45
+ pydub==0.25.1
46
+ Pygments==2.17.2
47
+ PyJWT==2.8.0
48
+ pyparsing==3.1.2
49
+ python-dateutil==2.9.0.post0
50
+ python-dotenv==1.0.1
51
+ python-multipart==0.0.9
52
+ pytz==2024.1
53
+ PyYAML==6.0.1
54
+ referencing==0.34.0
55
+ requests==2.31.0
56
+ rich==13.7.1
57
+ rpds-py==0.18.0
58
+ ruff==0.3.5
59
+ semantic-version==2.10.0
60
+ shellingham==1.5.4
61
+ six==1.16.0
62
+ sniffio==1.3.1
63
+ starlette==0.37.2
64
+ tomlkit==0.12.0
65
+ toolz==0.12.1
66
+ tqdm==4.66.2
67
+ typer==0.12.1
68
+ typing_extensions==4.11.0
69
+ tzdata==2024.1
70
+ urllib3==2.2.1
71
+ uvicorn==0.29.0
72
+ websockets==11.0.3