gabrielaltay commited on
Commit
2b72dfd
1 Parent(s): e8bab5c

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -113
requirements.txt CHANGED
@@ -1,144 +1,98 @@
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
- greenlet==3.0.3
32
  h11==0.14.0
33
- httpcore==1.0.4
34
  httpx==0.27.0
35
- huggingface-hub==0.20.3
36
- idna==3.6
37
- importlib-metadata==7.0.1
38
- ipython==8.22.1
39
- jedi==0.19.1
40
- Jinja2==3.1.3
41
- jiter==0.4.2
42
- joblib==1.3.2
43
  jsonpatch==1.33
44
- jsonpointer==2.4
45
- jsonschema==4.21.1
46
  jsonschema-specifications==2023.12.1
47
- langchain==0.2.5
48
- langchain-anthropic==0.1.15
49
- langchain-community==0.2.5
50
  langchain-core==0.2.28
51
- langchain-nvidia-ai-endpoints==0.1.2
52
  langchain-openai==0.1.20
53
- langchain-pinecone==0.1.1
54
- langchain-text-splitters==0.2.1
55
  langchain-together==0.1.5
56
- langchainhub==0.1.15
57
- langsmith==0.1.77
58
  markdown-it-py==3.0.0
59
  MarkupSafe==2.1.5
60
- marshmallow==3.20.2
61
- matplotlib-inline==0.1.6
62
  mdurl==0.1.2
63
  mpmath==1.3.0
64
  multidict==6.0.5
65
  mypy-extensions==1.0.0
66
- networkx==3.2.1
67
  numpy==1.26.4
68
- nvidia-cublas-cu12==12.1.3.1
69
- nvidia-cuda-cupti-cu12==12.1.105
70
- nvidia-cuda-nvrtc-cu12==12.1.105
71
- nvidia-cuda-runtime-cu12==12.1.105
72
- nvidia-cudnn-cu12==8.9.2.26
73
- nvidia-cufft-cu12==11.0.2.54
74
- nvidia-curand-cu12==10.3.2.106
75
- nvidia-cusolver-cu12==11.4.5.107
76
- nvidia-cusparse-cu12==12.1.0.106
77
- nvidia-nccl-cu12==2.19.3
78
- nvidia-nvjitlink-cu12==12.6.20
79
- nvidia-nvtx-cu12==12.1.105
80
- openai==1.34.0
81
- orjson==3.10.0
82
- packaging==23.2
83
- pandas==2.2.1
84
- parso==0.8.3
85
- pathspec==0.12.1
86
- pexpect==4.9.0
87
- pillow==10.2.0
88
- pinecone-client==3.2.2
89
- platformdirs==4.2.0
90
- prompt-toolkit==3.0.43
91
- protobuf==4.25.3
92
- ptyprocess==0.7.0
93
- pure-eval==0.2.2
94
- pyarrow==15.0.0
95
- pycparser==2.22
96
- pydantic==2.6.2
97
- pydantic_core==2.16.3
98
- pydeck==0.8.1b0
99
- Pygments==2.17.2
100
- python-dateutil==2.8.2
101
  pytz==2024.1
102
  PyYAML==6.0.1
103
- referencing==0.33.0
104
- regex==2023.12.25
105
- requests==2.31.0
106
- rich==13.7.0
107
- rpds-py==0.18.0
108
- safetensors==0.4.2
109
- scikit-learn==1.4.1.post1
110
- scipy==1.12.0
111
- sentence-transformers==2.4.0
112
  six==1.16.0
113
  smmap==5.0.1
114
- sniffio==1.3.0
115
- soupsieve==2.5
116
- SQLAlchemy==2.0.27
117
- stack-data==0.6.3
118
- streamlit==1.31.1
119
- sympy==1.12
120
- tenacity==8.2.3
121
- threadpoolctl==3.3.0
122
  tiktoken==0.7.0
123
- tokenizers==0.15.2
124
  toml==0.10.2
125
- tomli==2.0.1
126
  toolz==0.12.1
127
- torch==2.2.1
128
- tornado==6.4
129
- tqdm==4.66.2
130
- traitlets==5.14.1
131
- transformers==4.38.1
132
- triton==2.2.0
133
- types-requests==2.31.0.20240311
134
  typing-inspect==0.9.0
135
- typing_extensions==4.9.0
136
  tzdata==2024.1
137
- tzlocal==5.2
138
- urllib3==2.2.1
139
- validators==0.22.0
140
- watchdog==4.0.0
141
- wcwidth==0.2.13
142
- wikipedia==1.4.0
143
  yarl==1.9.4
144
- zipp==3.17.0
 
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