NafishZaldinanda commited on
Commit
85a9e22
1 Parent(s): 8d6b044

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -0
requirements.txt ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.33.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ certifi==2024.7.4
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ contourpy==1.1.1
9
+ cycler==0.12.1
10
+ einops==0.8.0
11
+ exceptiongroup==1.2.2
12
+ fastapi==0.112.1
13
+ ffmpy==0.4.0
14
+ filelock==3.15.4
15
+ fonttools==4.53.1
16
+ fsspec==2024.6.1
17
+ gradio==4.39.0
18
+ gradio_client==1.1.1
19
+ h11==0.14.0
20
+ httpcore==1.0.5
21
+ httpx==0.27.0
22
+ huggingface-hub==0.24.5
23
+ idna==3.7
24
+ importlib_resources==6.4.3
25
+ Jinja2==3.1.4
26
+ kiwisolver==1.4.5
27
+ markdown-it-py==3.0.0
28
+ MarkupSafe==2.1.5
29
+ matplotlib==3.7.5
30
+ mdurl==0.1.2
31
+ mpmath==1.3.0
32
+ networkx==3.1
33
+ numpy==1.24.4
34
+ orjson==3.10.7
35
+ packaging==24.1
36
+ pandas==2.0.3
37
+ pdf2image==1.17.0
38
+ pillow==10.4.0
39
+ psutil==6.0.0
40
+ pydantic==2.8.2
41
+ pydantic_core==2.20.1
42
+ pydub==0.25.1
43
+ Pygments==2.18.0
44
+ pyparsing==3.1.2
45
+ python-dateutil==2.9.0.post0
46
+ python-multipart==0.0.9
47
+ pytz==2024.1
48
+ PyYAML==6.0.2
49
+ regex==2024.7.24
50
+ requests==2.32.3
51
+ rich==13.7.1
52
+ ruff==0.6.1
53
+ safetensors==0.4.4
54
+ semantic-version==2.10.0
55
+ shellingham==1.5.4
56
+ six==1.16.0
57
+ sniffio==1.3.1
58
+ starlette==0.38.2
59
+ sympy==1.13.2
60
+ timm==0.9.10
61
+ tokenizers==0.19.1
62
+ tomlkit==0.12.0
63
+ torch==2.4.0
64
+ torchvision==0.19.0
65
+ tqdm==4.66.5
66
+ transformers==4.44.0
67
+ triton==3.0.0
68
+ typer==0.12.4
69
+ typing_extensions==4.12.2
70
+ tzdata==2024.1
71
+ urllib3==2.2.2
72
+ uvicorn==0.30.6
73
+ websockets==11.0.3
74
+ zipp==3.20.0