GrygoryZach commited on
Commit
10d2c12
·
verified ·
1 Parent(s): 2d6cd36

update requirements.txt to try to resolve error (#2)

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -10
requirements.txt CHANGED
@@ -1,10 +1,102 @@
1
- gradio
2
- langchain
3
- langchain-core
4
- langchain-community
5
- langchain-text-splitters
6
- langchain-huggingface
7
- transformers
8
- torch
9
- sentence-transformers
10
- faiss-cpu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.10.1
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.13.3
5
+ aiosignal==1.4.0
6
+ annotated-doc==0.0.4
7
+ annotated-types==0.7.0
8
+ anyio==4.12.1
9
+ async-timeout==4.0.3
10
+ attrs==25.4.0
11
+ certifi==2026.1.4
12
+ charset-normalizer==3.4.4
13
+ click==8.1.8
14
+ colorama==0.4.6
15
+ contourpy==1.3.0
16
+ cycler==0.12.1
17
+ dataclasses-json==0.6.7
18
+ exceptiongroup==1.3.1
19
+ faiss-cpu==1.7.4
20
+ fastapi==0.128.8
21
+ ffmpy==1.0.0
22
+ filelock==3.19.1
23
+ fonttools==4.60.2
24
+ frozenlist==1.8.0
25
+ fsspec==2025.10.0
26
+ gradio==4.44.0
27
+ gradio_client==1.3.0
28
+ greenlet==3.2.4
29
+ h11==0.16.0
30
+ httpcore==1.0.9
31
+ httpx==0.28.1
32
+ huggingface_hub==0.36.2
33
+ idna==3.11
34
+ importlib_resources==6.5.2
35
+ Jinja2==3.1.6
36
+ joblib==1.5.3
37
+ jsonpatch==1.33
38
+ jsonpointer==3.0.0
39
+ kiwisolver==1.4.7
40
+ langchain==0.1.16
41
+ langchain-community==0.0.38
42
+ langchain-core==0.1.52
43
+ langchain-huggingface==0.0.3
44
+ langchain-text-splitters==0.0.1
45
+ langsmith==0.1.147
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.5
48
+ marshmallow==3.26.2
49
+ matplotlib==3.9.4
50
+ mdurl==0.1.2
51
+ mpmath==1.3.0
52
+ multidict==6.7.1
53
+ mypy_extensions==1.1.0
54
+ networkx==3.2.1
55
+ numpy==1.26.4
56
+ orjson==3.11.5
57
+ packaging==23.2
58
+ pandas==2.3.3
59
+ pillow==10.4.0
60
+ propcache==0.4.1
61
+ psutil==7.2.2
62
+ pydantic==2.12.5
63
+ pydantic_core==2.41.5
64
+ pydub==0.25.1
65
+ Pygments==2.19.2
66
+ pyparsing==3.3.2
67
+ python-dateutil==2.9.0.post0
68
+ python-multipart==0.0.20
69
+ pytz==2025.2
70
+ PyYAML==6.0.3
71
+ regex==2026.1.15
72
+ requests==2.32.5
73
+ requests-toolbelt==1.0.0
74
+ rich==14.3.2
75
+ ruff==0.15.1
76
+ safetensors==0.7.0
77
+ scikit-learn==1.6.1
78
+ scipy==1.13.1
79
+ semantic-version==2.10.0
80
+ sentence-transformers==2.6.1
81
+ shellingham==1.5.4
82
+ six==1.17.0
83
+ SQLAlchemy==2.0.46
84
+ starlette==0.49.3
85
+ sympy==1.14.0
86
+ tenacity==8.5.0
87
+ threadpoolctl==3.6.0
88
+ tokenizers==0.19.1
89
+ tomlkit==0.12.0
90
+ torch==2.2.2
91
+ tqdm==4.67.3
92
+ transformers==4.41.2
93
+ typer==0.23.1
94
+ typing-inspect==0.9.0
95
+ typing-inspection==0.4.2
96
+ typing_extensions==4.15.0
97
+ tzdata==2025.3
98
+ urllib3==2.6.3
99
+ uvicorn==0.39.0
100
+ websockets==12.0
101
+ yarl==1.22.0
102
+ zipp==3.23.0