chaytanc commited on
Commit
c2f8ef1
Β·
1 Parent(s): 8e1c327

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -0
requirements.txt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.4
3
+ aiohttp==3.11.11
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.8.0
7
+ attrs==25.1.0
8
+ blinker==1.9.0
9
+ certifi==2024.12.14
10
+ charset-normalizer==3.4.1
11
+ click==8.1.8
12
+ dataclasses-json==0.6.7
13
+ distro==1.9.0
14
+ fastapi==0.115.11
15
+ ffmpy==0.5.0
16
+ filelock==3.16.1
17
+ Flask==3.1.0
18
+ frozenlist==1.5.0
19
+ fsspec==2024.12.0
20
+ gradio==5.20.0
21
+ gradio_client==1.7.2
22
+ groovy==0.1.2
23
+ h11==0.14.0
24
+ httpcore==1.0.7
25
+ httpx==0.28.1
26
+ httpx-sse==0.4.0
27
+ huggingface-hub==0.29.1
28
+ idna==3.10
29
+ itsdangerous==2.2.0
30
+ Jinja2==3.1.5
31
+ jiter==0.8.2
32
+ joblib==1.4.2
33
+ jsonpatch==1.33
34
+ jsonpointer==3.0.0
35
+ langchain==0.3.19
36
+ langchain-community==0.3.18
37
+ langchain-core==0.3.40
38
+ langchain-huggingface==0.1.2
39
+ langchain-ollama==0.2.3
40
+ langchain-openai==0.3.7
41
+ langchain-text-splitters==0.3.6
42
+ langsmith==0.3.11
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==2.1.5
45
+ marshmallow==3.26.0
46
+ mdurl==0.1.2
47
+ mlx==0.22.0
48
+ mlx-lm==0.21.5
49
+ mpmath==1.3.0
50
+ multidict==6.1.0
51
+ mypy-extensions==1.0.0
52
+ networkx==3.4.2
53
+ nltk==3.9.1
54
+ numpy==1.26.4
55
+ ollama==0.4.7
56
+ openai==1.65.2
57
+ orjson==3.10.15
58
+ packaging==23.2
59
+ pandas==2.2.3
60
+ pillow==11.1.0
61
+ propcache==0.2.1
62
+ protobuf==5.29.3
63
+ pydantic==2.10.6
64
+ pydantic-settings==2.7.1
65
+ pydantic_core==2.27.2
66
+ pydub==0.25.1
67
+ Pygments==2.19.1
68
+ python-dateutil==2.9.0.post0
69
+ python-dotenv==1.0.1
70
+ python-multipart==0.0.20
71
+ pytz==2024.2
72
+ PyYAML==6.0.2
73
+ regex==2024.11.6
74
+ requests==2.32.3
75
+ requests-toolbelt==1.0.0
76
+ rich==13.9.4
77
+ ruff==0.9.9
78
+ safehttpx==0.1.6
79
+ safetensors==0.5.2
80
+ scikit-learn==1.6.1
81
+ scipy==1.15.1
82
+ semantic-version==2.10.0
83
+ sentence-transformers==3.4.1
84
+ sentencepiece==0.2.0
85
+ setuptools==75.8.0
86
+ shellingham==1.5.4
87
+ six==1.17.0
88
+ sniffio==1.3.1
89
+ SQLAlchemy==2.0.37
90
+ starlette==0.46.0
91
+ sympy==1.13.1
92
+ tabulate==0.9.0
93
+ tenacity==8.5.0
94
+ threadpoolctl==3.5.0
95
+ tiktoken==0.9.0
96
+ tokenizers==0.21.0
97
+ tomlkit==0.13.2
98
+ torch==2.6.0
99
+ torchvision==0.21.0
100
+ tqdm==4.67.1
101
+ transformers==4.49.0
102
+ typer==0.15.2
103
+ typing-inspect==0.9.0
104
+ typing_extensions==4.12.2
105
+ tzdata==2024.2
106
+ urllib3==2.3.0
107
+ uvicorn==0.34.0
108
+ websockets==15.0.1
109
+ Werkzeug==3.1.3
110
+ yarl==1.18.3
111
+ zstandard==0.23.0