Jorge Londoño commited on
Commit
72444ec
·
1 Parent(s): 0520cd8

Updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +122 -1
requirements.txt CHANGED
@@ -1 +1,122 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.4
3
+ aiohttp==3.11.10
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.7.0
7
+ attrs==24.2.0
8
+ boto3==1.35.79
9
+ botocore==1.35.79
10
+ certifi==2024.8.30
11
+ charset-normalizer==3.4.0
12
+ click==8.1.7
13
+ dataclasses-json==0.6.7
14
+ distro==1.9.0
15
+ fastapi==0.115.6
16
+ ffmpy==0.4.0
17
+ filelock==3.16.1
18
+ frozenlist==1.5.0
19
+ fsspec==2024.10.0
20
+ gradio==5.8.0
21
+ gradio_client==1.5.1
22
+ greenlet==3.1.1
23
+ groq==0.13.0
24
+ h11==0.14.0
25
+ httpcore==1.0.7
26
+ httpx==0.28.1
27
+ httpx-sse==0.4.0
28
+ huggingface-hub==0.26.5
29
+ idna==3.10
30
+ Jinja2==3.1.4
31
+ jiter==0.8.2
32
+ jmespath==1.0.1
33
+ joblib==1.4.2
34
+ jsonpatch==1.33
35
+ jsonpointer==3.0.0
36
+ langchain==0.3.11
37
+ langchain-aws==0.2.9
38
+ langchain-community==0.3.11
39
+ langchain-core==0.3.24
40
+ langchain-groq==0.2.1
41
+ langchain-huggingface==0.1.2
42
+ langchain-openai==0.2.12
43
+ langchain-text-splitters==0.3.2
44
+ langchainhub==0.1.21
45
+ langgraph==0.2.59
46
+ langgraph-checkpoint==2.0.8
47
+ langgraph-sdk==0.1.43
48
+ langsmith==0.2.3
49
+ markdown-it-py==3.0.0
50
+ MarkupSafe==2.1.5
51
+ marshmallow==3.23.1
52
+ mdurl==0.1.2
53
+ mpmath==1.3.0
54
+ msgpack==1.1.0
55
+ multidict==6.1.0
56
+ mypy-extensions==1.0.0
57
+ networkx==3.4.2
58
+ numpy==1.26.4
59
+ nvidia-cublas-cu12==12.4.5.8
60
+ nvidia-cuda-cupti-cu12==12.4.127
61
+ nvidia-cuda-nvrtc-cu12==12.4.127
62
+ nvidia-cuda-runtime-cu12==12.4.127
63
+ nvidia-cudnn-cu12==9.1.0.70
64
+ nvidia-cufft-cu12==11.2.1.3
65
+ nvidia-curand-cu12==10.3.5.147
66
+ nvidia-cusolver-cu12==11.6.1.9
67
+ nvidia-cusparse-cu12==12.3.1.170
68
+ nvidia-nccl-cu12==2.21.5
69
+ nvidia-nvjitlink-cu12==12.4.127
70
+ nvidia-nvtx-cu12==12.4.127
71
+ openai==1.57.2
72
+ orjson==3.10.12
73
+ packaging==24.2
74
+ pandas==2.2.3
75
+ pillow==11.0.0
76
+ propcache==0.2.1
77
+ pydantic==2.10.3
78
+ pydantic-settings==2.6.1
79
+ pydantic_core==2.27.1
80
+ pydub==0.25.1
81
+ Pygments==2.18.0
82
+ python-dateutil==2.9.0.post0
83
+ python-dotenv==1.0.1
84
+ python-multipart==0.0.19
85
+ pytz==2024.2
86
+ PyYAML==6.0.2
87
+ regex==2024.11.6
88
+ requests==2.32.3
89
+ requests-toolbelt==1.0.0
90
+ rich==13.9.4
91
+ ruff==0.8.2
92
+ s3transfer==0.10.4
93
+ safehttpx==0.1.6
94
+ safetensors==0.4.5
95
+ scikit-learn==1.6.0
96
+ scipy==1.14.1
97
+ semantic-version==2.10.0
98
+ sentence-transformers==3.3.1
99
+ shellingham==1.5.4
100
+ six==1.17.0
101
+ sniffio==1.3.1
102
+ SQLAlchemy==2.0.36
103
+ starlette==0.41.3
104
+ sympy==1.13.1
105
+ tenacity==9.0.0
106
+ threadpoolctl==3.5.0
107
+ tiktoken==0.8.0
108
+ tokenizers==0.21.0
109
+ tomlkit==0.13.2
110
+ torch==2.5.1
111
+ tqdm==4.67.1
112
+ transformers==4.47.0
113
+ triton==3.1.0
114
+ typer==0.15.1
115
+ types-requests==2.32.0.20241016
116
+ typing-inspect==0.9.0
117
+ typing_extensions==4.12.2
118
+ tzdata==2024.2
119
+ urllib3==2.2.3
120
+ uvicorn==0.32.1
121
+ websockets==14.1
122
+ yarl==1.18.3