hprasath commited on
Commit
c9d3fe5
·
verified ·
1 Parent(s): 080a647

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -63
requirements.txt CHANGED
@@ -1,14 +1,6 @@
1
  absl-py==2.1.0
2
- aiohttp==3.9.3
3
- aiosignal==1.3.1
4
- gunicorn
5
- annotated-types==0.6.0
6
- anyio==4.3.0
7
- asgiref==3.7.2
8
  astunparse==1.6.3
9
- attrs==23.2.0
10
  audioread==3.0.1
11
- beautifulsoup4==4.12.3
12
  blinker==1.7.0
13
  cachelib==0.9.0
14
  certifi==2024.2.2
@@ -17,36 +9,29 @@ charset-normalizer==3.3.2
17
  click==8.1.7
18
  colorama==0.4.6
19
  decorator==4.4.2
20
- distro
21
- dlib==19.24.2
22
- et-xmlfile==1.1.0
23
- face-recognition==1.3.0
24
- face_recognition_models==0.3.0
25
- filelock==3.13.3
26
  Flask==3.0.2
27
  Flask-Caching==2.1.0
28
  Flask-Cors==4.0.0
29
- flatbuffers==24.3.25
30
- frozenlist==1.4.1
31
- fsspec==2024.3.1
32
  gast==0.5.4
33
  gensim==4.3.2
34
  google-pasta==0.2.0
35
  grpcio==1.62.1
36
- h11==0.14.0
37
  h5py==3.10.0
38
- httpcore==1.0.4
39
- httpx==0.27.0
40
- huggingface-hub==0.22.2
41
  idna==3.6
42
  imageio==2.34.0
43
  imageio-ffmpeg==0.4.9
44
  itsdangerous==2.1.2
45
  Jinja2==3.1.3
46
  joblib==1.3.2
47
- keras==3.1.1
48
  lazy_loader==0.3
49
- libclang==18.1.1
50
  librosa==0.10.1
51
  llvmlite==0.42.0
52
  Markdown==3.6
@@ -57,35 +42,24 @@ ml-dtypes==0.3.2
57
  moviepy==1.0.3
58
  mpmath==1.3.0
59
  msgpack==1.0.8
60
- multidict==6.0.5
61
  namex==0.0.7
62
  networkx==3.2.1
63
- numba==0.59.1
64
- numpy==1.26.3
65
- openai==0.28.0
66
  opencv-python==4.9.0.80
67
- openpyxl==3.1.2
68
  opt-einsum==3.3.0
69
- optree==0.11.0
70
- outcome==1.3.0.post0
71
- packaging==24.0
72
- pandas==2.2.0
73
- pillow==10.3.0
74
  platformdirs==4.2.0
75
  pooch==1.8.1
76
  proglog==0.1.10
77
  protobuf==4.25.3
78
- pycparser==2.22
79
- pydantic==2.6.3
80
- pydantic_core==2.16.3
81
- pydub==0.25.1
82
  Pygments==2.17.2
83
- PyMuPDF==1.24.0
84
- PyMuPDFb==1.24.0
85
- PySocks==1.7.1
86
- python-dateutil==2.8.2
87
  python-dotenv==1.0.1
88
- pytz==2023.4
89
  PyYAML==6.0.1
90
  regex==2023.12.25
91
  requests==2.31.0
@@ -93,39 +67,27 @@ rich==13.7.1
93
  safetensors==0.4.2
94
  scikit-learn==1.4.1.post1
95
  scipy==1.12.0
96
- selenium==4.19.0
97
  setuptools==69.2.0
98
  six==1.16.0
99
- smart-open==7.0.4
100
- sniffio==1.3.1
101
- sortedcontainers==2.4.0
102
  soundfile==0.12.1
103
- soupsieve==2.5
104
  soxr==0.3.7
105
- SpeechRecognition==3.10.1
106
- sqlparse==0.4.4
107
  sympy==1.12
108
  tensorboard==2.16.2
109
  tensorboard-data-server==0.7.2
110
- tensorflow
111
- tensorflow-intel
112
  termcolor==2.4.0
113
- tf_keras==2.16.0
114
- threadpoolctl==3.4.0
115
  timm==0.9.16
116
  tokenizers==0.15.2
117
- torch==2.2.2
118
- torchvision==0.17.2
119
  tqdm==4.66.2
120
- transformers==4.39.2
121
- trio==0.25.0
122
- trio-websocket==0.11.1
123
  typing_extensions==4.10.0
124
- tzdata==2023.4
125
  urllib3==2.2.1
126
- webdriver-manager==4.0.1
127
  Werkzeug==3.0.1
128
  wheel==0.43.0
129
- wrapt==1.16.0
130
- wsproto==1.2.0
131
- yarl==1.9.4
 
1
  absl-py==2.1.0
 
 
 
 
 
 
2
  astunparse==1.6.3
 
3
  audioread==3.0.1
 
4
  blinker==1.7.0
5
  cachelib==0.9.0
6
  certifi==2024.2.2
 
9
  click==8.1.7
10
  colorama==0.4.6
11
  decorator==4.4.2
12
+ dm-tree==0.1.8
13
+ dnspython==2.6.1
14
+ filelock==3.13.1
 
 
 
15
  Flask==3.0.2
16
  Flask-Caching==2.1.0
17
  Flask-Cors==4.0.0
18
+ flatbuffers==24.3.7
19
+ fsspec==2024.2.0
 
20
  gast==0.5.4
21
  gensim==4.3.2
22
  google-pasta==0.2.0
23
  grpcio==1.62.1
 
24
  h5py==3.10.0
25
+ huggingface-hub==0.21.4
 
 
26
  idna==3.6
27
  imageio==2.34.0
28
  imageio-ffmpeg==0.4.9
29
  itsdangerous==2.1.2
30
  Jinja2==3.1.3
31
  joblib==1.3.2
32
+ keras==3.0.5
33
  lazy_loader==0.3
34
+ libclang==16.0.6
35
  librosa==0.10.1
36
  llvmlite==0.42.0
37
  Markdown==3.6
 
42
  moviepy==1.0.3
43
  mpmath==1.3.0
44
  msgpack==1.0.8
 
45
  namex==0.0.7
46
  networkx==3.2.1
47
+ numba==0.59.0
48
+ numpy==1.26.4
 
49
  opencv-python==4.9.0.80
 
50
  opt-einsum==3.3.0
51
+ packaging==23.2
52
+ pillow==10.2.0
 
 
 
53
  platformdirs==4.2.0
54
  pooch==1.8.1
55
  proglog==0.1.10
56
  protobuf==4.25.3
57
+ pycparser==2.21
 
 
 
58
  Pygments==2.17.2
59
+ pymongo==4.6.2
60
+ PyMuPDF==1.24.1
61
+ PyMuPDFb==1.24.1
 
62
  python-dotenv==1.0.1
 
63
  PyYAML==6.0.1
64
  regex==2023.12.25
65
  requests==2.31.0
 
67
  safetensors==0.4.2
68
  scikit-learn==1.4.1.post1
69
  scipy==1.12.0
 
70
  setuptools==69.2.0
71
  six==1.16.0
72
+ smart-open==7.0.1
 
 
73
  soundfile==0.12.1
 
74
  soxr==0.3.7
75
+ SpeechRecognition==3.10.3
 
76
  sympy==1.12
77
  tensorboard==2.16.2
78
  tensorboard-data-server==0.7.2
79
+ tensorflow==2.16.1
80
+ tensorflow-intel==2.16.1
81
  termcolor==2.4.0
82
+ threadpoolctl==3.3.0
 
83
  timm==0.9.16
84
  tokenizers==0.15.2
85
+ torch==2.2.1
86
+ torchvision==0.17.1
87
  tqdm==4.66.2
88
+ transformers==4.38.2
 
 
89
  typing_extensions==4.10.0
 
90
  urllib3==2.2.1
 
91
  Werkzeug==3.0.1
92
  wheel==0.43.0
93
+ wrapt==1.16.0