Corame commited on
Commit
0f065b1
·
verified ·
1 Parent(s): d9a9504

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +129 -1
requirements.txt CHANGED
@@ -1,2 +1,130 @@
1
  huggingface_hub==0.25.2
2
- llama-cpp-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  huggingface_hub==0.25.2
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.10
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.2.post1
7
+ argon2-cffi==23.1.0
8
+ argon2-cffi-bindings==21.2.0
9
+ arrow==1.3.0
10
+ asttokens==2.4.1
11
+ async-lru==2.0.4
12
+ attrs==24.2.0
13
+ babel==2.16.0
14
+ beautifulsoup4==4.12.3
15
+ bleach==6.1.0
16
+ certifi==2024.8.30
17
+ cffi==1.17.1
18
+ charset-normalizer==3.4.0
19
+ cmake==3.30.5
20
+ colorama==0.4.6
21
+ comm==0.2.2
22
+ dataclasses-json==0.6.7
23
+ debugpy==1.8.7
24
+ decorator==5.1.1
25
+ defusedxml==0.7.1
26
+ diskcache==5.6.3
27
+ et-xmlfile==1.1.0
28
+ executing==2.1.0
29
+ fastjsonschema==2.20.0
30
+ fqdn==1.5.1
31
+ frozenlist==1.4.1
32
+ h11==0.14.0
33
+ httpcore==1.0.6
34
+ httpx==0.27.2
35
+ idna==3.10
36
+ ipykernel==6.29.5
37
+ ipython==8.28.0
38
+ isoduration==20.11.0
39
+ jedi==0.19.1
40
+ Jinja2==3.1.4
41
+ json5==0.9.25
42
+ jsonpatch==1.33
43
+ jsonpointer==3.0.0
44
+ jsonschema==4.23.0
45
+ jsonschema-specifications==2024.10.1
46
+ jupyter-events==0.10.0
47
+ jupyter-lsp==2.2.5
48
+ jupyter_client==8.6.3
49
+ jupyter_core==5.7.2
50
+ jupyter_server==2.14.2
51
+ jupyter_server_terminals==0.5.3
52
+ jupyterlab==4.2.5
53
+ jupyterlab_pygments==0.3.0
54
+ jupyterlab_server==2.27.3
55
+ langchain==0.3.4
56
+ langchain-community==0.3.3
57
+ langchain-core==0.3.12
58
+ langchain-text-splitters==0.3.0
59
+ langsmith==0.1.136
60
+ llama_cpp_python==0.3.1
61
+ MarkupSafe==3.0.2
62
+ marshmallow==3.23.0
63
+ matplotlib-inline==0.1.7
64
+ mistune==3.0.2
65
+ multidict==6.1.0
66
+ mypy-extensions==1.0.0
67
+ nbclient==0.10.0
68
+ nbconvert==7.16.4
69
+ nbformat==5.10.4
70
+ nest-asyncio==1.6.0
71
+ notebook==7.2.2
72
+ notebook_shim==0.2.4
73
+ numpy==1.26.4
74
+ openpyxl==3.1.5
75
+ orjson==3.10.9
76
+ overrides==7.7.0
77
+ packaging==24.1
78
+ pandas==2.2.3
79
+ pandocfilters==1.5.1
80
+ parso==0.8.4
81
+ platformdirs==4.3.6
82
+ prometheus_client==0.21.0
83
+ prompt_toolkit==3.0.48
84
+ propcache==0.2.0
85
+ psutil==6.1.0
86
+ pure_eval==0.2.3
87
+ pycparser==2.22
88
+ pydantic==2.9.2
89
+ pydantic-settings==2.6.0
90
+ pydantic_core==2.23.4
91
+ Pygments==2.18.0
92
+ python-dateutil==2.9.0.post0
93
+ python-dotenv==1.0.1
94
+ python-json-logger==2.0.7
95
+ pytz==2024.2
96
+ pywin32==308
97
+ pywinpty==2.0.14
98
+ PyYAML==6.0.2
99
+ pyzmq==26.2.0
100
+ referencing==0.35.1
101
+ requests==2.32.3
102
+ requests-toolbelt==1.0.0
103
+ rfc3339-validator==0.1.4
104
+ rfc3986-validator==0.1.1
105
+ rpds-py==0.20.0
106
+ Send2Trash==1.8.3
107
+ setuptools==75.2.0
108
+ six==1.16.0
109
+ sniffio==1.3.1
110
+ soupsieve==2.6
111
+ SQLAlchemy==2.0.36
112
+ stack-data==0.6.3
113
+ tenacity==9.0.0
114
+ terminado==0.18.1
115
+ tinycss2==1.3.0
116
+ tornado==6.4.1
117
+ traitlets==5.14.3
118
+ types-python-dateutil==2.9.0.20241003
119
+ typing-inspect==0.9.0
120
+ typing_extensions==4.12.2
121
+ tzdata==2024.2
122
+ uri-template==1.3.0
123
+ urllib3==2.2.3
124
+ vswhere==1.4.0
125
+ wcwidth==0.2.13
126
+ webcolors==24.8.0
127
+ webencodings==0.5.1
128
+ websocket-client==1.8.0
129
+ yarl==1.15.5
130
+