Nicole Hye Won Hwang commited on
Commit
6fd1b87
1 Parent(s): 4378aa7

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -62
requirements.txt CHANGED
@@ -3,33 +3,18 @@ aiosignal==1.3.1
3
  altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==4.3.0
6
- appnope==0.1.4
7
- asttokens==2.4.1
8
  attrs==23.2.0
9
- backoff==2.2.1
10
- beautifulsoup4==4.12.3
11
  blinker==1.7.0
 
12
  cachetools==5.3.3
13
  certifi==2024.2.2
14
- cffi==1.16.0
15
- chardet==5.2.0
16
  charset-normalizer==3.3.2
17
  click==8.1.7
18
- comm==0.2.1
19
- curl_cffi==0.6.2
20
  dataclasses-json==0.6.4
21
- dataclasses-json-speakeasy==0.5.11
22
- debugpy==1.8.1
23
- decorator==5.1.1
24
  distro==1.9.0
25
- duckduckgo_search==5.1.0
26
- emoji==2.10.1
27
- executing==2.0.1
28
- faiss-cpu==1.7.4
29
  filelock==3.13.1
30
- filetype==1.2.0
31
  frozenlist==1.4.1
32
- fsspec==2024.2.0
33
  gitdb==4.0.11
34
  GitPython==3.1.42
35
  h11==0.14.0
@@ -37,68 +22,44 @@ httpcore==1.0.4
37
  httpx==0.27.0
38
  huggingface-hub==0.21.4
39
  idna==3.6
40
- importlib_metadata==7.0.2
41
- jedi==0.19.1
42
  Jinja2==3.1.3
43
  joblib==1.3.2
44
  jsonpatch==1.33
45
- jsonpath-python==1.0.6
46
  jsonpointer==2.4
47
  jsonschema==4.21.1
48
  jsonschema-specifications==2023.12.1
49
- jupyter_client==8.6.1
50
- jupyter_core==5.7.2
51
  langchain==0.1.4
52
  langchain-community==0.0.20
53
  langchain-core==0.1.23
54
- langchain-openai==0.0.5
55
  langchain-pinecone==0.0.3
56
- langchain-text-splitters==0.0.1
57
- langdetect==1.0.9
58
  langsmith==0.0.87
59
- lxml==5.1.0
60
  markdown-it-py==3.0.0
61
  MarkupSafe==2.1.5
62
- marshmallow==3.20.2
63
- matplotlib-inline==0.1.6
64
  mdurl==0.1.2
65
  mpmath==1.3.0
66
  multidict==6.0.5
67
  mypy-extensions==1.0.0
68
- nest-asyncio==1.6.0
69
  networkx==3.2.1
70
- nltk==3.8.1
71
  numpy==1.26.4
72
  openai==1.10.0
73
- orjson==3.9.15
74
  packaging==23.2
75
  pandas==2.2.1
76
- parso==0.8.3
77
- pexpect==4.9.0
78
  pillow==10.2.0
79
  pinecone-client==3.1.0
80
- platformdirs==4.2.0
81
- prompt-toolkit==3.0.43
82
  protobuf==4.25.3
83
- psutil==5.9.8
84
- ptyprocess==0.7.0
85
- pure-eval==0.2.2
86
- pyarrow==15.0.1
87
- pycparser==2.21
88
  pydantic==2.6.4
89
  pydantic_core==2.16.3
90
  pydeck==0.8.1b0
91
  Pygments==2.17.2
92
- pypdf==4.1.0
93
- python-dateutil==2.8.2
94
- python-dotenv==1.0.1
95
- python-iso639==2024.2.7
96
- python-magic==0.4.27
97
  pytz==2024.1
98
  PyYAML==6.0.1
99
- pyzmq==25.1.2
100
- rapidfuzz==3.6.1
101
- referencing==0.33.0
102
  regex==2023.12.25
103
  requests==2.31.0
104
  rich==13.7.1
@@ -110,15 +71,11 @@ sentence-transformers==2.5.1
110
  six==1.16.0
111
  smmap==5.0.1
112
  sniffio==1.3.1
113
- soupsieve==2.5
114
  SQLAlchemy==2.0.28
115
- stack-data==0.6.3
116
  streamlit==1.30.0
117
- streamlit-chat==0.1.1
118
  sympy==1.12
119
- tabulate==0.9.0
120
  tenacity==8.2.3
121
- threadpoolctl==3.3.0
122
  tiktoken==0.5.2
123
  tokenizers==0.15.2
124
  toml==0.10.2
@@ -126,17 +83,13 @@ toolz==0.12.1
126
  torch==2.2.1
127
  tornado==6.4
128
  tqdm==4.66.2
129
- traitlets==5.14.2
130
  transformers==4.38.2
131
  typing-inspect==0.9.0
132
- typing_extensions==4.9.0
133
  tzdata==2024.1
134
  tzlocal==5.2
135
- unstructured==0.12.6
136
- unstructured-client==0.18.0
137
- urllib3==1.26.18
138
- validators==0.22.0
139
- wcwidth==0.2.13
140
- wrapt==1.16.0
141
  yarl==1.9.4
142
- zipp==3.18.0
 
 
3
  altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==4.3.0
 
 
6
  attrs==23.2.0
 
 
7
  blinker==1.7.0
8
+ beautifulsoup4==4.12.3
9
  cachetools==5.3.3
10
  certifi==2024.2.2
 
 
11
  charset-normalizer==3.3.2
12
  click==8.1.7
 
 
13
  dataclasses-json==0.6.4
 
 
 
14
  distro==1.9.0
 
 
 
 
15
  filelock==3.13.1
 
16
  frozenlist==1.4.1
17
+ fsspec==2024.3.1
18
  gitdb==4.0.11
19
  GitPython==3.1.42
20
  h11==0.14.0
 
22
  httpx==0.27.0
23
  huggingface-hub==0.21.4
24
  idna==3.6
25
+ importlib_metadata==7.1.0
 
26
  Jinja2==3.1.3
27
  joblib==1.3.2
28
  jsonpatch==1.33
 
29
  jsonpointer==2.4
30
  jsonschema==4.21.1
31
  jsonschema-specifications==2023.12.1
 
 
32
  langchain==0.1.4
33
  langchain-community==0.0.20
34
  langchain-core==0.1.23
 
35
  langchain-pinecone==0.0.3
36
+ langchain-openai==0.0.5
 
37
  langsmith==0.0.87
 
38
  markdown-it-py==3.0.0
39
  MarkupSafe==2.1.5
40
+ marshmallow==3.21.1
 
41
  mdurl==0.1.2
42
  mpmath==1.3.0
43
  multidict==6.0.5
44
  mypy-extensions==1.0.0
45
+ nest-asyncio==1.5.8
46
  networkx==3.2.1
 
47
  numpy==1.26.4
48
  openai==1.10.0
 
49
  packaging==23.2
50
  pandas==2.2.1
 
 
51
  pillow==10.2.0
52
  pinecone-client==3.1.0
 
 
53
  protobuf==4.25.3
54
+ pyarrow==15.0.2
 
 
 
 
55
  pydantic==2.6.4
56
  pydantic_core==2.16.3
57
  pydeck==0.8.1b0
58
  Pygments==2.17.2
59
+ python-dateutil==2.9.0.post0
 
 
 
 
60
  pytz==2024.1
61
  PyYAML==6.0.1
62
+ referencing==0.34.0
 
 
63
  regex==2023.12.25
64
  requests==2.31.0
65
  rich==13.7.1
 
71
  six==1.16.0
72
  smmap==5.0.1
73
  sniffio==1.3.1
 
74
  SQLAlchemy==2.0.28
 
75
  streamlit==1.30.0
 
76
  sympy==1.12
 
77
  tenacity==8.2.3
78
+ threadpoolctl==3.4.0
79
  tiktoken==0.5.2
80
  tokenizers==0.15.2
81
  toml==0.10.2
 
83
  torch==2.2.1
84
  tornado==6.4
85
  tqdm==4.66.2
 
86
  transformers==4.38.2
87
  typing-inspect==0.9.0
88
+ typing_extensions==4.10.0
89
  tzdata==2024.1
90
  tzlocal==5.2
91
+ urllib3==2.2.1
92
+ validators==0.23.2
 
 
 
 
93
  yarl==1.9.4
94
+ zipp==3.18.1
95
+ pypdf==4.1.0