Armanul commited on
Commit
c2a239e
1 Parent(s): 72f0c6c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +94 -1
requirements.txt CHANGED
@@ -1,5 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==3.50.0
 
 
 
 
 
 
 
 
 
 
 
2
  jsonschema==4.22.0
 
 
 
 
 
 
 
 
 
 
3
  onnxruntime==1.18.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  torch==2.3.1
5
- transformers==4.41.2
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ certifi==2024.6.2
7
+ cffi==1.16.0
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ coloredlogs==15.0.1
12
+ contourpy==1.2.1
13
+ cycler==0.12.1
14
+ dnspython==2.6.1
15
+ email_validator==2.1.1
16
+ fastapi==0.111.0
17
+ fastapi-cli==0.0.4
18
+ ffmpy==0.3.2
19
+ filelock==3.15.1
20
+ flatbuffers==24.3.25
21
+ fonttools==4.53.0
22
+ fsspec==2024.6.0
23
  gradio==3.50.0
24
+ gradio_client==0.6.1
25
+ h11==0.14.0
26
+ httpcore==1.0.5
27
+ httptools==0.6.1
28
+ httpx==0.27.0
29
+ huggingface-hub==0.23.4
30
+ humanfriendly==10.0
31
+ idna==3.7
32
+ importlib_resources==6.4.0
33
+ intel-openmp==2021.4.0
34
+ Jinja2==3.1.4
35
  jsonschema==4.22.0
36
+ jsonschema-specifications==2023.12.1
37
+ kiwisolver==1.4.5
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.5
40
+ matplotlib==3.9.0
41
+ mdurl==0.1.2
42
+ mkl==2021.4.0
43
+ mpmath==1.3.0
44
+ networkx==3.3
45
+ numpy==1.26.4
46
  onnxruntime==1.18.0
47
+ orjson==3.10.5
48
+ outcome==1.3.0.post0
49
+ packaging==24.1
50
+ pandas==2.2.2
51
+ pillow==10.3.0
52
+ protobuf==5.27.1
53
+ pycparser==2.22
54
+ pydantic==2.7.4
55
+ pydantic_core==2.18.4
56
+ pydub==0.25.1
57
+ Pygments==2.18.0
58
+ pyparsing==3.1.2
59
+ pyreadline3==3.4.1
60
+ PySocks==1.7.1
61
+ python-dateutil==2.9.0.post0
62
+ python-dotenv==1.0.1
63
+ python-multipart==0.0.9
64
+ pytz==2024.1
65
+ PyYAML==6.0.1
66
+ referencing==0.35.1
67
+ regex==2024.5.15
68
+ requests==2.32.3
69
+ rich==13.7.1
70
+ rpds-py==0.18.1
71
+ ruff==0.4.9
72
+ safetensors==0.4.3
73
+ selenium==4.21.0
74
+ semantic-version==2.10.0
75
+ shellingham==1.5.4
76
+ six==1.16.0
77
+ sniffio==1.3.1
78
+ sortedcontainers==2.4.0
79
+ starlette==0.37.2
80
+ sympy==1.12.1
81
+ tbb==2021.12.0
82
+ tokenizers==0.19.1
83
+ tomlkit==0.12.0
84
+ toolz==0.12.1
85
  torch==2.3.1
86
+ tqdm==4.66.4
87
+ transformers==4.41.2
88
+ trio==0.25.1
89
+ trio-websocket==0.11.1
90
+ typer==0.12.3
91
+ typing_extensions==4.12.2
92
+ tzdata==2024.1
93
+ ujson==5.10.0
94
+ urllib3==2.2.1
95
+ uvicorn==0.30.1
96
+ watchfiles==0.22.0
97
+ websockets==11.0.3
98
+ wsproto==1.2.0