Narendra9009 commited on
Commit
b2eb1d4
·
1 Parent(s): 42972b8

updated requirements

Browse files
requirements.txt CHANGED
@@ -1,5 +1,7 @@
 
1
  annotated-types==0.7.0
2
  anyio==4.8.0
 
3
  certifi==2025.1.31
4
  charset-normalizer==3.4.1
5
  chess==1.11.1
@@ -7,28 +9,35 @@ click==8.1.8
7
  colorama==0.4.6
8
  contourpy==1.3.1
9
  cycler==0.12.1
 
10
  dnspython==2.7.0
11
  email_validator==2.2.0
12
  fastapi==0.115.8
13
  fastapi-cli==0.0.7
 
14
  filelock==3.17.0
15
  fonttools==4.56.0
16
  fsspec==2025.2.0
 
 
 
17
  h11==0.14.0
18
  httpcore==1.0.7
19
  httptools==0.6.4
20
  httpx==0.28.1
 
21
  idna==3.10
22
  Jinja2==3.1.5
23
  kiwisolver==1.4.8
24
  markdown-it-py==3.0.0
25
- MarkupSafe==3.0.2
26
  matplotlib==3.10.0
27
  mdurl==0.1.2
28
  mpmath==1.3.0
29
  networkx==3.4.2
30
  numpy==2.1.1
31
  opencv-python==4.11.0.86
 
32
  packaging==24.2
33
  pandas==2.2.3
34
  pillow==11.1.0
@@ -36,6 +45,7 @@ psutil==7.0.0
36
  py-cpuinfo==9.0.0
37
  pydantic==2.10.6
38
  pydantic_core==2.27.2
 
39
  Pygments==2.19.1
40
  pyparsing==3.2.1
41
  python-dateutil==2.9.0.post0
@@ -46,14 +56,18 @@ PyYAML==6.0.2
46
  requests==2.32.3
47
  rich==13.9.4
48
  rich-toolkit==0.13.2
 
 
49
  scipy==1.15.2
50
  seaborn==0.13.2
 
51
  setuptools==75.8.0
52
  shellingham==1.5.4
53
  six==1.17.0
54
  sniffio==1.3.1
55
  starlette==0.45.3
56
  sympy==1.13.1
 
57
  torch==2.6.0
58
  torchvision==0.21.0
59
  tqdm==4.67.1
@@ -65,5 +79,4 @@ ultralytics-thop==2.0.14
65
  urllib3==2.3.0
66
  uvicorn==0.34.0
67
  watchfiles==1.0.4
68
- websockets==15.0
69
- opencv-python-headless
 
1
+ aiofiles==23.2.1
2
  annotated-types==0.7.0
3
  anyio==4.8.0
4
+ audioop-lts==0.2.1
5
  certifi==2025.1.31
6
  charset-normalizer==3.4.1
7
  chess==1.11.1
 
9
  colorama==0.4.6
10
  contourpy==1.3.1
11
  cycler==0.12.1
12
+ distro==1.9.0
13
  dnspython==2.7.0
14
  email_validator==2.2.0
15
  fastapi==0.115.8
16
  fastapi-cli==0.0.7
17
+ ffmpy==0.5.0
18
  filelock==3.17.0
19
  fonttools==4.56.0
20
  fsspec==2025.2.0
21
+ gradio==5.16.2
22
+ gradio_client==1.7.1
23
+ groq==0.18.0
24
  h11==0.14.0
25
  httpcore==1.0.7
26
  httptools==0.6.4
27
  httpx==0.28.1
28
+ huggingface-hub==0.29.1
29
  idna==3.10
30
  Jinja2==3.1.5
31
  kiwisolver==1.4.8
32
  markdown-it-py==3.0.0
33
+ MarkupSafe==2.1.5
34
  matplotlib==3.10.0
35
  mdurl==0.1.2
36
  mpmath==1.3.0
37
  networkx==3.4.2
38
  numpy==2.1.1
39
  opencv-python==4.11.0.86
40
+ orjson==3.10.15
41
  packaging==24.2
42
  pandas==2.2.3
43
  pillow==11.1.0
 
45
  py-cpuinfo==9.0.0
46
  pydantic==2.10.6
47
  pydantic_core==2.27.2
48
+ pydub==0.25.1
49
  Pygments==2.19.1
50
  pyparsing==3.2.1
51
  python-dateutil==2.9.0.post0
 
56
  requests==2.32.3
57
  rich==13.9.4
58
  rich-toolkit==0.13.2
59
+ ruff==0.9.7
60
+ safehttpx==0.1.6
61
  scipy==1.15.2
62
  seaborn==0.13.2
63
+ semantic-version==2.10.0
64
  setuptools==75.8.0
65
  shellingham==1.5.4
66
  six==1.17.0
67
  sniffio==1.3.1
68
  starlette==0.45.3
69
  sympy==1.13.1
70
+ tomlkit==0.13.2
71
  torch==2.6.0
72
  torchvision==0.21.0
73
  tqdm==4.67.1
 
79
  urllib3==2.3.0
80
  uvicorn==0.34.0
81
  watchfiles==1.0.4
82
+ websockets==14.2
 
routes/__pycache__/tex_based_review.cpython-313.pyc CHANGED
Binary files a/routes/__pycache__/tex_based_review.cpython-313.pyc and b/routes/__pycache__/tex_based_review.cpython-313.pyc differ