gabrielaltay commited on
Commit
15b02c1
1 Parent(s): 3ead889

update reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +130 -67
requirements.txt CHANGED
@@ -1,98 +1,161 @@
1
- aiohappyeyeballs==2.3.4
2
- aiohttp==3.10.0
3
  aiosignal==1.3.1
4
- altair==5.3.0
5
- annotated-types==0.7.0
6
- anthropic==0.32.0
7
- anyio==4.4.0
8
- attrs==24.1.0
9
- blinker==1.8.2
10
- cachetools==5.4.0
11
- certifi==2024.7.4
 
 
 
 
 
12
  charset-normalizer==3.3.2
13
  click==8.1.7
14
- dataclasses-json==0.6.7
 
 
15
  defusedxml==0.7.1
16
  distro==1.9.0
17
- filelock==3.15.4
 
 
 
18
  frozenlist==1.4.1
19
- fsspec==2024.6.1
20
  gitdb==4.0.11
21
- GitPython==3.1.43
 
 
 
 
 
 
 
 
 
 
22
  h11==0.14.0
23
- httpcore==1.0.5
 
24
  httpx==0.27.0
25
- huggingface-hub==0.24.5
26
- idna==3.7
27
- Jinja2==3.1.4
28
- jiter==0.5.0
29
- joblib==1.4.2
 
 
 
30
  jsonpatch==1.33
31
- jsonpointer==3.0.0
32
- jsonschema==4.23.0
33
  jsonschema-specifications==2023.12.1
34
- langchain==0.2.12
35
- langchain-anthropic==0.1.22
36
- langchain-community==0.2.11
37
  langchain-core==0.2.28
 
 
38
  langchain-openai==0.1.20
39
- langchain-pinecone==0.1.3
40
- langchain-text-splitters==0.2.2
41
  langchain-together==0.1.5
42
- langsmith==0.1.96
 
43
  markdown-it-py==3.0.0
44
  MarkupSafe==2.1.5
45
- marshmallow==3.21.3
 
46
  mdurl==0.1.2
47
  mpmath==1.3.0
48
  multidict==6.0.5
49
  mypy-extensions==1.0.0
50
- networkx==3.3
51
  numpy==1.26.4
52
- openai==1.38.0
53
- orjson==3.10.6
54
- packaging==24.1
55
- pandas==2.2.2
56
- pillow==10.4.0
57
- pinecone-client==5.0.1
58
- pinecone-plugin-inference==1.0.3
59
- pinecone-plugin-interface==0.0.7
60
- protobuf==5.27.3
61
- pyarrow==17.0.0
62
- pydantic==2.8.2
63
- pydantic_core==2.20.1
64
- pydeck==0.9.1
65
- Pygments==2.18.0
66
- python-dateutil==2.9.0.post0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  pytz==2024.1
68
  PyYAML==6.0.1
69
- referencing==0.35.1
70
- regex==2024.7.24
71
- requests==2.32.3
72
- rich==13.7.1
73
- rpds-py==0.19.1
74
- safetensors==0.4.3
75
- scikit-learn==1.5.1
76
- scipy==1.14.0
77
- sentence-transformers==3.0.1
 
78
  six==1.16.0
79
  smmap==5.0.1
80
- sniffio==1.3.1
81
- SQLAlchemy==2.0.31
82
- streamlit==1.37.0
83
- sympy==1.13.1
84
- tenacity==8.5.0
85
- threadpoolctl==3.5.0
 
 
86
  tiktoken==0.7.0
87
- tokenizers==0.19.1
88
  toml==0.10.2
 
89
  toolz==0.12.1
90
- torch==2.4.0
91
- tornado==6.4.1
92
- tqdm==4.66.5
93
- transformers==4.43.3
 
 
 
94
  typing-inspect==0.9.0
95
- typing_extensions==4.12.2
96
  tzdata==2024.1
97
- urllib3==2.2.2
 
 
 
 
 
 
98
  yarl==1.9.4
 
 
1
+ aiohttp==3.9.3
 
2
  aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anthropic==0.28.1
6
+ anyio==4.3.0
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ beautifulsoup4==4.12.3
11
+ black==24.2.0
12
+ blinker==1.7.0
13
+ cachetools==5.3.2
14
+ certifi==2024.2.2
15
+ cffi==1.16.0
16
  charset-normalizer==3.3.2
17
  click==8.1.7
18
+ curl_cffi==0.6.2
19
+ dataclasses-json==0.6.4
20
+ decorator==5.1.1
21
  defusedxml==0.7.1
22
  distro==1.9.0
23
+ duckduckgo_search==5.2.2
24
+ exceptiongroup==1.2.0
25
+ executing==2.0.1
26
+ filelock==3.13.1
27
  frozenlist==1.4.1
28
+ fsspec==2024.2.0
29
  gitdb==4.0.11
30
+ GitPython==3.1.42
31
+ google-ai-generativelanguage==0.6.6
32
+ google-api-core==2.19.1
33
+ google-api-python-client==2.139.0
34
+ google-auth==2.32.0
35
+ google-auth-httplib2==0.2.0
36
+ google-generativeai==0.7.2
37
+ googleapis-common-protos==1.63.2
38
+ greenlet==3.0.3
39
+ grpcio==1.65.4
40
+ grpcio-status==1.62.2
41
  h11==0.14.0
42
+ httpcore==1.0.4
43
+ httplib2==0.22.0
44
  httpx==0.27.0
45
+ huggingface-hub==0.20.3
46
+ idna==3.6
47
+ importlib-metadata==7.0.1
48
+ ipython==8.22.1
49
+ jedi==0.19.1
50
+ Jinja2==3.1.3
51
+ jiter==0.4.2
52
+ joblib==1.3.2
53
  jsonpatch==1.33
54
+ jsonpointer==2.4
55
+ jsonschema==4.21.1
56
  jsonschema-specifications==2023.12.1
57
+ langchain==0.2.5
58
+ langchain-anthropic==0.1.15
59
+ langchain-community==0.2.5
60
  langchain-core==0.2.28
61
+ langchain-google-genai==1.0.8
62
+ langchain-nvidia-ai-endpoints==0.1.2
63
  langchain-openai==0.1.20
64
+ langchain-pinecone==0.1.1
65
+ langchain-text-splitters==0.2.1
66
  langchain-together==0.1.5
67
+ langchainhub==0.1.15
68
+ langsmith==0.1.77
69
  markdown-it-py==3.0.0
70
  MarkupSafe==2.1.5
71
+ marshmallow==3.20.2
72
+ matplotlib-inline==0.1.6
73
  mdurl==0.1.2
74
  mpmath==1.3.0
75
  multidict==6.0.5
76
  mypy-extensions==1.0.0
77
+ networkx==3.2.1
78
  numpy==1.26.4
79
+ nvidia-cublas-cu12==12.1.3.1
80
+ nvidia-cuda-cupti-cu12==12.1.105
81
+ nvidia-cuda-nvrtc-cu12==12.1.105
82
+ nvidia-cuda-runtime-cu12==12.1.105
83
+ nvidia-cudnn-cu12==8.9.2.26
84
+ nvidia-cufft-cu12==11.0.2.54
85
+ nvidia-curand-cu12==10.3.2.106
86
+ nvidia-cusolver-cu12==11.4.5.107
87
+ nvidia-cusparse-cu12==12.1.0.106
88
+ nvidia-nccl-cu12==2.19.3
89
+ nvidia-nvjitlink-cu12==12.6.20
90
+ nvidia-nvtx-cu12==12.1.105
91
+ openai==1.34.0
92
+ orjson==3.10.0
93
+ packaging==23.2
94
+ pandas==2.2.1
95
+ parso==0.8.3
96
+ pathspec==0.12.1
97
+ pexpect==4.9.0
98
+ pillow==10.2.0
99
+ pinecone-client==3.2.2
100
+ platformdirs==4.2.0
101
+ prompt-toolkit==3.0.43
102
+ proto-plus==1.24.0
103
+ protobuf==4.25.3
104
+ ptyprocess==0.7.0
105
+ pure-eval==0.2.2
106
+ pyarrow==15.0.0
107
+ pyasn1==0.6.0
108
+ pyasn1_modules==0.4.0
109
+ pycparser==2.22
110
+ pydantic==2.6.2
111
+ pydantic_core==2.16.3
112
+ pydeck==0.8.1b0
113
+ Pygments==2.17.2
114
+ pyparsing==3.1.2
115
+ python-dateutil==2.8.2
116
  pytz==2024.1
117
  PyYAML==6.0.1
118
+ referencing==0.33.0
119
+ regex==2023.12.25
120
+ requests==2.31.0
121
+ rich==13.7.0
122
+ rpds-py==0.18.0
123
+ rsa==4.9
124
+ safetensors==0.4.2
125
+ scikit-learn==1.4.1.post1
126
+ scipy==1.12.0
127
+ sentence-transformers==2.4.0
128
  six==1.16.0
129
  smmap==5.0.1
130
+ sniffio==1.3.0
131
+ soupsieve==2.5
132
+ SQLAlchemy==2.0.27
133
+ stack-data==0.6.3
134
+ streamlit==1.31.1
135
+ sympy==1.12
136
+ tenacity==8.2.3
137
+ threadpoolctl==3.3.0
138
  tiktoken==0.7.0
139
+ tokenizers==0.15.2
140
  toml==0.10.2
141
+ tomli==2.0.1
142
  toolz==0.12.1
143
+ torch==2.2.1
144
+ tornado==6.4
145
+ tqdm==4.66.2
146
+ traitlets==5.14.1
147
+ transformers==4.38.1
148
+ triton==2.2.0
149
+ types-requests==2.31.0.20240311
150
  typing-inspect==0.9.0
151
+ typing_extensions==4.9.0
152
  tzdata==2024.1
153
+ tzlocal==5.2
154
+ uritemplate==4.1.1
155
+ urllib3==2.2.1
156
+ validators==0.22.0
157
+ watchdog==4.0.0
158
+ wcwidth==0.2.13
159
+ wikipedia==1.4.0
160
  yarl==1.9.4
161
+ zipp==3.17.0