ammr commited on
Commit
ee09da7
·
verified ·
1 Parent(s): 587e270

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +133 -2
requirements.txt CHANGED
@@ -1,2 +1,133 @@
1
- gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.6
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ async-timeout==4.0.3
8
+ attrs==25.3.0
9
+ Authlib==1.6.0
10
+ certifi==2025.4.26
11
+ cffi==1.17.1
12
+ charset-normalizer==3.4.2
13
+ click==8.2.1
14
+ cryptography==45.0.3
15
+ dataclasses-json==0.6.7
16
+ distro==1.9.0
17
+ duckduckgo_search==8.0.2
18
+ exceptiongroup==1.3.0
19
+ fastapi==0.115.12
20
+ ffmpy==0.6.0
21
+ filelock==3.18.0
22
+ frozenlist==1.6.0
23
+ fsspec==2025.5.1
24
+ gradio==5.32.0
25
+ gradio_client==1.10.2
26
+ greenlet==3.2.2
27
+ groovy==0.1.2
28
+ h11==0.16.0
29
+ hf-xet==1.1.2
30
+ httpcore==1.0.9
31
+ httpx==0.28.1
32
+ httpx-sse==0.4.0
33
+ huggingface-hub==0.32.3
34
+ idna==3.10
35
+ itsdangerous==2.2.0
36
+ Jinja2==3.1.6
37
+ jiter==0.10.0
38
+ joblib==1.5.1
39
+ jsonpatch==1.33
40
+ jsonpointer==3.0.0
41
+ langchain==0.3.25
42
+ langchain-community==0.3.24
43
+ langchain-core==0.3.63
44
+ langchain-huggingface==0.2.0
45
+ langchain-openai==0.3.18
46
+ langchain-text-splitters==0.3.8
47
+ langgraph==0.4.7
48
+ langgraph-checkpoint==2.0.26
49
+ langgraph-prebuilt==0.2.2
50
+ langgraph-sdk==0.1.70
51
+ langsmith==0.3.43
52
+ lxml==5.4.0
53
+ markdown-it-py==3.0.0
54
+ MarkupSafe==3.0.2
55
+ marshmallow==3.26.1
56
+ mdurl==0.1.2
57
+ mpmath==1.3.0
58
+ multidict==6.4.4
59
+ mypy_extensions==1.1.0
60
+ networkx==3.4.2
61
+ numpy==2.2.6
62
+ nvidia-cublas-cu12==12.6.4.1
63
+ nvidia-cuda-cupti-cu12==12.6.80
64
+ nvidia-cuda-nvrtc-cu12==12.6.77
65
+ nvidia-cuda-runtime-cu12==12.6.77
66
+ nvidia-cudnn-cu12==9.5.1.17
67
+ nvidia-cufft-cu12==11.3.0.4
68
+ nvidia-cufile-cu12==1.11.1.6
69
+ nvidia-curand-cu12==10.3.7.77
70
+ nvidia-cusolver-cu12==11.7.1.2
71
+ nvidia-cusparse-cu12==12.5.4.2
72
+ nvidia-cusparselt-cu12==0.6.3
73
+ nvidia-nccl-cu12==2.26.2
74
+ nvidia-nvjitlink-cu12==12.6.85
75
+ nvidia-nvtx-cu12==12.6.77
76
+ openai==1.82.1
77
+ orjson==3.10.18
78
+ ormsgpack==1.10.0
79
+ packaging==24.2
80
+ pandas==2.2.3
81
+ pillow==11.2.1
82
+ primp==0.15.0
83
+ propcache==0.3.1
84
+ pycparser==2.22
85
+ pydantic==2.11.5
86
+ pydantic-settings==2.9.1
87
+ pydantic_core==2.33.2
88
+ pydub==0.25.1
89
+ Pygments==2.19.1
90
+ python-dateutil==2.9.0.post0
91
+ python-dotenv==1.1.0
92
+ python-multipart==0.0.20
93
+ pytz==2025.2
94
+ PyYAML==6.0.2
95
+ regex==2024.11.6
96
+ requests==2.32.3
97
+ requests-toolbelt==1.0.0
98
+ rich==14.0.0
99
+ ruff==0.11.12
100
+ safehttpx==0.1.6
101
+ safetensors==0.5.3
102
+ scikit-learn==1.6.1
103
+ scipy==1.15.3
104
+ semantic-version==2.10.0
105
+ sentence-transformers==4.1.0
106
+ shellingham==1.5.4
107
+ six==1.17.0
108
+ smolagents==1.17.0
109
+ sniffio==1.3.1
110
+ SQLAlchemy==2.0.41
111
+ starlette==0.46.2
112
+ sympy==1.14.0
113
+ tenacity==9.1.2
114
+ threadpoolctl==3.6.0
115
+ tiktoken==0.9.0
116
+ tokenizers==0.21.1
117
+ tomlkit==0.13.2
118
+ torch==2.7.0
119
+ tqdm==4.67.1
120
+ transformers==4.52.4
121
+ triton==3.3.0
122
+ typer==0.16.0
123
+ typing-inspect==0.9.0
124
+ typing-inspection==0.4.1
125
+ typing_extensions==4.13.2
126
+ tzdata==2025.2
127
+ urllib3==2.4.0
128
+ uvicorn==0.34.3
129
+ websockets==15.0.1
130
+ Wikipedia-API==0.8.1
131
+ xxhash==3.5.0
132
+ yarl==1.20.0
133
+ zstandard==0.23.0