pragnakalp commited on
Commit
864bbbc
1 Parent(s): be4cf54

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +87 -6
requirements.txt CHANGED
@@ -1,11 +1,92 @@
1
- gradio==3.14.0
 
 
 
 
 
 
2
  boto3==1.14.56
3
- httpx==0.24.1
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  Flask==1.1.2
5
- torch== 1.11.0
6
- tqdm==4.48.2
7
- transformers==2.1.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  nltk==3.6.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pytorch-transformers==1.2.0
 
 
 
 
10
  requests==2.28.2
11
- huggingface-hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ async-timeout==4.0.3
7
+ attrs==23.2.0
8
  boto3==1.14.56
9
+ botocore==1.17.63
10
+ certifi==2024.6.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ contourpy==1.1.1
14
+ cycler==0.12.1
15
+ dnspython==2.6.1
16
+ docutils==0.15.2
17
+ email-validator==2.1.1
18
+ exceptiongroup==1.2.1
19
+ fastapi==0.111.0
20
+ fastapi-cli==0.0.4
21
+ ffmpy==0.3.2
22
+ filelock==3.14.0
23
  Flask==1.1.2
24
+ fonttools==4.53.0
25
+ frozenlist==1.4.1
26
+ fsspec==2024.6.0
27
+ gradio==3.14.0
28
+ h11==0.14.0
29
+ httpcore==0.17.3
30
+ httpx==0.24.1
31
+ huggingface-hub==0.23.3
32
+ idna==3.7
33
+ importlib-resources==6.4.0
34
+ itsdangerous==2.2.0
35
+ jinja2==3.1.4
36
+ jmespath==0.10.0
37
+ joblib==1.4.2
38
+ jsonschema==4.22.0
39
+ jsonschema-specifications==2023.12.1
40
+ kiwisolver==1.4.5
41
+ linkify-it-py==2.0.3
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.5
44
+ matplotlib==3.7.5
45
+ mdit-py-plugins==0.4.1
46
+ mdurl==0.1.2
47
+ multidict==6.0.5
48
  nltk==3.6.1
49
+ numpy==1.24.4
50
+ orjson==3.10.3
51
+ packaging==24.0
52
+ pandas==2.0.3
53
+ pillow==10.3.0
54
+ pkgutil-resolve-name==1.3.10
55
+ pycryptodome==3.20.0
56
+ pydantic==2.7.3
57
+ pydantic-core==2.18.4
58
+ pydub==0.25.1
59
+ pygments==2.18.0
60
+ pyparsing==3.1.2
61
+ python-dateutil==2.9.0.post0
62
+ python-multipart==0.0.9
63
  pytorch-transformers==1.2.0
64
+ pytz==2024.1
65
+ PyYAML==6.0.1
66
+ referencing==0.35.1
67
+ regex==2024.5.15
68
  requests==2.28.2
69
+ rich==13.7.1
70
+ rpds-py==0.18.1
71
+ s3transfer==0.3.7
72
+ sacremoses==0.1.1
73
+ sentencepiece==0.2.0
74
+ shellingham==1.5.4
75
+ six==1.16.0
76
+ sniffio==1.3.1
77
+ starlette==0.37.2
78
+ toolz==0.12.1
79
+ torch==1.11.0
80
+ tqdm==4.48.2
81
+ transformers==2.1.1
82
+ typer==0.12.3
83
+ typing-extensions==4.12.1
84
+ tzdata==2024.1
85
+ uc-micro-py==1.0.3
86
+ ujson==5.10.0
87
+ urllib3==1.26.18
88
+ uvicorn==0.30.1
89
+ websockets==12.0
90
+ werkzeug==3.0.3
91
+ yarl==1.9.4
92
+ zipp==3.19.2