shreyasiv commited on
Commit
970b94e
·
1 Parent(s): d26ea12

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -5,6 +5,7 @@ annotated-types==0.6.0
5
  anyio==3.7.1
6
  async-timeout==4.0.3
7
  attrs==23.1.0
 
8
  blinker==1.6.3
9
  cachetools==5.3.2
10
  certifi==2023.7.22
@@ -22,6 +23,7 @@ greenlet==3.0.1
22
  huggingface-hub==0.17.3
23
  idna==3.4
24
  importlib-metadata==6.8.0
 
25
  Jinja2==3.1.2
26
  joblib==1.3.2
27
  jsonpatch==1.33
@@ -72,6 +74,7 @@ referencing==0.30.2
72
  regex==2023.10.3
73
  requests==2.31.0
74
  rich==13.6.0
 
75
  rpds-py==0.10.6
76
  safetensors==0.4.0
77
  scikit-learn==1.3.2
@@ -96,6 +99,7 @@ tornado==6.3.3
96
  tqdm==4.66.1
97
  transformers==4.34.1
98
  triton==2.1.0
 
99
  typing-inspect==0.9.0
100
  typing_extensions==4.8.0
101
  tzdata==2023.3
 
5
  anyio==3.7.1
6
  async-timeout==4.0.3
7
  attrs==23.1.0
8
+ backports.functools-lru-cache==1.6.6
9
  blinker==1.6.3
10
  cachetools==5.3.2
11
  certifi==2023.7.22
 
23
  huggingface-hub==0.17.3
24
  idna==3.4
25
  importlib-metadata==6.8.0
26
+ indic-transliteration==2.3.54
27
  Jinja2==3.1.2
28
  joblib==1.3.2
29
  jsonpatch==1.33
 
74
  regex==2023.10.3
75
  requests==2.31.0
76
  rich==13.6.0
77
+ roman==4.1
78
  rpds-py==0.10.6
79
  safetensors==0.4.0
80
  scikit-learn==1.3.2
 
99
  tqdm==4.66.1
100
  transformers==4.34.1
101
  triton==2.1.0
102
+ typer==0.9.0
103
  typing-inspect==0.9.0
104
  typing_extensions==4.8.0
105
  tzdata==2023.3