leavoigt commited on
Commit
b4bd7ee
·
verified ·
1 Parent(s): 39eb542

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +119 -7
requirements.txt CHANGED
@@ -1,9 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==4.44.1
2
- langchain
3
- langchain-community
4
- qdrant-client
5
- sentence-transformers
6
- gradio
7
  gradio_client==1.3.0
8
- huggingface_hub>=0.20.0
9
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.15
4
+ aiosignal==1.4.0
5
+ annotated-types==0.7.0
6
+ anyio==4.10.0
7
+ attrs==25.3.0
8
+ certifi==2025.8.3
9
+ charset-normalizer==3.4.3
10
+ click==8.2.1
11
+ contourpy==1.3.3
12
+ cycler==0.12.1
13
+ dataclasses-json==0.6.7
14
+ fastapi==0.116.1
15
+ ffmpy==0.6.1
16
+ filelock==3.19.1
17
+ fonttools==4.59.1
18
+ frozenlist==1.7.0
19
+ fsspec==2025.7.0
20
  gradio==4.44.1
 
 
 
 
 
21
  gradio_client==1.3.0
22
+ greenlet==3.2.4
23
+ grpcio==1.74.0
24
+ h11==0.16.0
25
+ h2==4.3.0
26
+ hf-xet==1.1.8
27
+ hpack==4.1.0
28
+ httpcore==1.0.9
29
+ httpx==0.28.1
30
+ httpx-sse==0.4.1
31
+ huggingface-hub==0.34.4
32
+ hyperframe==6.1.0
33
+ idna==3.10
34
+ importlib_resources==6.5.2
35
+ Jinja2==3.1.6
36
+ joblib==1.5.1
37
+ jsonpatch==1.33
38
+ jsonpointer==3.0.0
39
+ kiwisolver==1.4.9
40
+ langchain==0.3.27
41
+ langchain-community==0.3.27
42
+ langchain-core==0.3.74
43
+ langchain-text-splitters==0.3.9
44
+ langsmith==0.4.16
45
+ markdown-it-py==4.0.0
46
+ MarkupSafe==2.1.5
47
+ marshmallow==3.26.1
48
+ matplotlib==3.10.5
49
+ mdurl==0.1.2
50
+ mpmath==1.3.0
51
+ multidict==6.6.4
52
+ mypy_extensions==1.1.0
53
+ networkx==3.5
54
+ numpy==2.3.2
55
+ nvidia-cublas-cu12==12.8.4.1
56
+ nvidia-cuda-cupti-cu12==12.8.90
57
+ nvidia-cuda-nvrtc-cu12==12.8.93
58
+ nvidia-cuda-runtime-cu12==12.8.90
59
+ nvidia-cudnn-cu12==9.10.2.21
60
+ nvidia-cufft-cu12==11.3.3.83
61
+ nvidia-cufile-cu12==1.13.1.3
62
+ nvidia-curand-cu12==10.3.9.90
63
+ nvidia-cusolver-cu12==11.7.3.90
64
+ nvidia-cusparse-cu12==12.5.8.93
65
+ nvidia-cusparselt-cu12==0.7.1
66
+ nvidia-nccl-cu12==2.27.3
67
+ nvidia-nvjitlink-cu12==12.8.93
68
+ nvidia-nvtx-cu12==12.8.90
69
+ orjson==3.11.2
70
+ packaging==25.0
71
+ pandas==2.3.2
72
+ pillow==10.4.0
73
+ portalocker==3.2.0
74
+ propcache==0.3.2
75
+ protobuf==6.32.0
76
+ pydantic==2.11.7
77
+ pydantic-settings==2.10.1
78
+ pydantic_core==2.33.2
79
+ pydub==0.25.1
80
+ Pygments==2.19.2
81
+ pyparsing==3.2.3
82
+ python-dateutil==2.9.0.post0
83
+ python-dotenv==1.1.1
84
+ python-multipart==0.0.20
85
+ pytz==2025.2
86
+ PyYAML==6.0.2
87
+ qdrant-client==1.15.1
88
+ regex==2025.7.34
89
+ requests==2.32.5
90
+ requests-toolbelt==1.0.0
91
+ rich==14.1.0
92
+ ruff==0.12.10
93
+ safetensors==0.6.2
94
+ scikit-learn==1.7.1
95
+ scipy==1.16.1
96
+ semantic-version==2.10.0
97
+ sentence-transformers==5.1.0
98
+ shellingham==1.5.4
99
+ six==1.17.0
100
+ sniffio==1.3.1
101
+ SQLAlchemy==2.0.43
102
+ starlette==0.47.3
103
+ sympy==1.14.0
104
+ tenacity==9.1.2
105
+ threadpoolctl==3.6.0
106
+ tokenizers==0.21.4
107
+ tomlkit==0.12.0
108
+ torch==2.8.0
109
+ tqdm==4.67.1
110
+ transformers==4.55.4
111
+ triton==3.4.0
112
+ typer==0.16.1
113
+ typing-inspect==0.9.0
114
+ typing-inspection==0.4.1
115
+ typing_extensions==4.14.1
116
+ tzdata==2025.2
117
+ urllib3==2.5.0
118
+ uvicorn==0.35.0
119
+ websockets==12.0
120
+ yarl==1.20.1
121
+ zstandard==0.24.0