helloparthshah commited on
Commit
5fb10c9
·
1 Parent(s): 33e07f1
Files changed (1) hide show
  1. requirements.txt +101 -9
requirements.txt CHANGED
@@ -1,22 +1,114 @@
1
- authlib==1.6.0
 
 
 
 
 
 
 
 
2
  backoff==2.2.1
 
 
 
 
 
 
 
 
 
 
3
  fastapi==0.115.12
4
- gputil==1.4.0
 
 
 
 
 
 
 
 
 
5
  gradio==5.31.0
 
 
6
  groq==0.26.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  mistralai==1.8.1
 
 
 
 
 
8
  ollama==0.5.0
 
 
 
 
 
 
 
9
  protobuf==6.31.1
10
  psutil==7.0.0
 
 
 
11
  pydantic==2.11.5
 
 
 
 
12
  python-dotenv==1.1.0
13
- Requests==2.32.3
14
- sentence_transformers==4.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  starlette==0.46.2
 
 
 
 
 
 
 
 
 
 
 
 
16
  uvicorn==0.34.2
17
- google-genai==1.17.0
18
- itsdangerous==2.2.0
19
- setuptools==80.9.0
20
  --extra-index-url https://download.pytorch.org/whl/cu121
21
- torch==2.5.1+cu121
22
- triton==3.3.1
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.4
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ arxiv==2.2.0
8
+ attrs==25.3.0
9
+ Authlib==1.6.0
10
  backoff==2.2.1
11
+ beautifulsoup4==4.13.4
12
+ cachetools==5.5.2
13
+ certifi==2025.4.26
14
+ cffi==1.17.1
15
+ charset-normalizer==3.4.2
16
+ click==8.2.1
17
+ colorama==0.4.6
18
+ cryptography==45.0.3
19
+ distro==1.9.0
20
+ eval_type_backport==0.2.2
21
  fastapi==0.115.12
22
+ fastjsonschema==2.21.1
23
+ feedparser==6.0.11
24
+ ffmpy==0.5.0
25
+ filelock==3.18.0
26
+ frozenlist==1.6.0
27
+ fsspec==2025.5.1
28
+ google-auth==2.40.2
29
+ google-genai==1.17.0
30
+ googlesearch-python==1.3.0
31
+ GPUtil==1.4.0
32
  gradio==5.31.0
33
+ gradio_client==1.10.1
34
+ groovy==0.1.2
35
  groq==0.26.0
36
+ h11==0.16.0
37
+ httpcore==1.0.9
38
+ httpx==0.28.1
39
+ huggingface-hub==0.32.2
40
+ idna==3.10
41
+ itsdangerous==2.2.0
42
+ Jinja2==3.1.6
43
+ joblib==1.5.1
44
+ jsonschema==4.24.0
45
+ jsonschema-specifications==2025.4.1
46
+ jupyter_core==5.8.1
47
+ markdown-it-py==3.0.0
48
+ MarkupSafe==3.0.2
49
+ mdurl==0.1.2
50
  mistralai==1.8.1
51
+ mpmath==1.3.0
52
+ multidict==6.4.4
53
+ nbformat==5.10.4
54
+ networkx==3.5
55
+ numpy==2.2.6
56
  ollama==0.5.0
57
+ orjson==3.10.18
58
+ packaging==25.0
59
+ pandas==2.2.3
60
+ pigar==2.1.7
61
+ pillow==11.2.1
62
+ platformdirs==4.3.8
63
+ propcache==0.3.1
64
  protobuf==6.31.1
65
  psutil==7.0.0
66
+ pyasn1==0.6.1
67
+ pyasn1_modules==0.4.2
68
+ pycparser==2.22
69
  pydantic==2.11.5
70
+ pydantic_core==2.33.2
71
+ pydub==0.25.1
72
+ Pygments==2.19.1
73
+ python-dateutil==2.9.0.post0
74
  python-dotenv==1.1.0
75
+ python-multipart==0.0.20
76
+ pytz==2025.2
77
+ pywin32==310
78
+ PyYAML==6.0.2
79
+ referencing==0.36.2
80
+ regex==2024.11.6
81
+ requests==2.32.3
82
+ rich==14.0.0
83
+ rpds-py==0.25.1
84
+ rsa==4.9.1
85
+ ruff==0.11.12
86
+ safehttpx==0.1.6
87
+ safetensors==0.5.3
88
+ scikit-learn==1.6.1
89
+ scipy==1.15.3
90
+ semantic-version==2.10.0
91
+ sentence-transformers==4.1.0
92
+ sgmllib3k==1.0.0
93
+ shellingham==1.5.4
94
+ six==1.17.0
95
+ sniffio==1.3.1
96
+ soupsieve==2.7
97
  starlette==0.46.2
98
+ sympy==1.13.1
99
+ threadpoolctl==3.6.0
100
+ tokenizers==0.21.1
101
+ tomlkit==0.13.2
102
+ tqdm==4.67.1
103
+ traitlets==5.14.3
104
+ transformers==4.52.3
105
+ typer==0.16.0
106
+ typing-inspection==0.4.1
107
+ typing_extensions==4.13.2
108
+ tzdata==2025.2
109
+ urllib3==2.4.0
110
  uvicorn==0.34.2
111
+ websockets==15.0.1
112
+ yarl==1.20.0
 
113
  --extra-index-url https://download.pytorch.org/whl/cu121
114
+ torch==2.5.1+cu121