jaelin215 commited on
Commit
fb4cd53
1 Parent(s): c0031fc

added parent directory requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -0
requirements.txt ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ 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
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ black==24.2.0
11
+ blinker==1.7.0
12
+ cachetools==5.3.3
13
+ certifi==2024.2.2
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ comm==0.2.1
17
+ contourpy==1.2.0
18
+ cycler==0.12.1
19
+ dataclasses-json==0.6.4
20
+ debugpy==1.8.1
21
+ decorator==5.1.1
22
+ distro==1.9.0
23
+ exceptiongroup==1.2.0
24
+ executing==2.0.1
25
+ filelock==3.13.1
26
+ fonttools==4.49.0
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.4.0
32
+ google-api-core==2.17.1
33
+ google-auth==2.28.2
34
+ googleapis-common-protos==1.62.0
35
+ grpcio==1.62.1
36
+ grpcio-status==1.62.1
37
+ h11==0.14.0
38
+ httpcore==1.0.4
39
+ httpx==0.27.0
40
+ huggingface-hub==0.21.4
41
+ idna==3.6
42
+ importlib_metadata==7.0.2
43
+ importlib_resources==6.3.0
44
+ ipykernel==6.29.3
45
+ ipython==8.18.1
46
+ jedi==0.19.1
47
+ Jinja2==3.1.3
48
+ joblib==1.3.2
49
+ jsonpatch==1.33
50
+ jsonpointer==2.4
51
+ jsonschema==4.21.1
52
+ jsonschema-specifications==2023.12.1
53
+ jupyter_client==8.6.0
54
+ jupyter_core==5.7.1
55
+ kiwisolver==1.4.5
56
+ langchain==0.1.11
57
+ langchain-community==0.0.27
58
+ langchain-core==0.1.30
59
+ langchain-text-splitters==0.0.1
60
+ langsmith==0.1.23
61
+ markdown-it-py==3.0.0
62
+ MarkupSafe==2.1.5
63
+ marshmallow==3.21.1
64
+ matplotlib==3.8.3
65
+ matplotlib-inline==0.1.6
66
+ mdurl==0.1.2
67
+ mpmath==1.3.0
68
+ multidict==6.0.5
69
+ mypy-extensions==1.0.0
70
+ nest-asyncio==1.6.0
71
+ networkx==3.2.1
72
+ nltk==3.8.1
73
+ numpy==1.26.4
74
+ openai==1.13.3
75
+ orjson==3.9.15
76
+ packaging==23.2
77
+ pandas==2.2.1
78
+ parso==0.8.3
79
+ pathspec==0.12.1
80
+ pexpect==4.9.0
81
+ pillow==10.2.0
82
+ platformdirs==4.2.0
83
+ prompt-toolkit==3.0.43
84
+ proto-plus==1.23.0
85
+ protobuf==4.25.3
86
+ psutil==5.9.8
87
+ ptyprocess==0.7.0
88
+ pure-eval==0.2.2
89
+ pyarrow==15.0.1
90
+ pyasn1==0.5.1
91
+ pyasn1-modules==0.3.0
92
+ pydantic==2.6.3
93
+ pydantic_core==2.16.3
94
+ pydeck==0.8.1b0
95
+ Pygments==2.17.2
96
+ pyparsing==3.1.2
97
+ python-dateutil==2.9.0.post0
98
+ python-dotenv==1.0.1
99
+ pytz==2024.1
100
+ PyYAML==6.0.1
101
+ pyzmq==25.1.2
102
+ rank-bm25==0.2.2
103
+ referencing==0.33.0
104
+ regex==2023.12.25
105
+ requests==2.31.0
106
+ rich==13.7.1
107
+ rpds-py==0.18.0
108
+ rsa==4.9
109
+ safetensors==0.4.2
110
+ scikit-learn==1.4.1.post1
111
+ scipy==1.12.0
112
+ seaborn==0.13.2
113
+ six==1.16.0
114
+ smmap==5.0.1
115
+ sniffio==1.3.1
116
+ SQLAlchemy==2.0.28
117
+ stack-data==0.6.3
118
+ streamlit==1.32.0
119
+ sympy==1.12
120
+ tenacity==8.2.3
121
+ threadpoolctl==3.3.0
122
+ tokenizers==0.15.2
123
+ toml==0.10.2
124
+ tomli==2.0.1
125
+ toolz==0.12.1
126
+ torch==2.2.1
127
+ tornado==6.4
128
+ tqdm==4.66.2
129
+ traitlets==5.14.1
130
+ transformers==4.38.2
131
+ typing-inspect==0.9.0
132
+ typing_extensions==4.10.0
133
+ tzdata==2024.1
134
+ urllib3==2.2.1
135
+ vaderSentiment==3.3.2
136
+ wcwidth==0.2.13
137
+ xgboost==2.0.3
138
+ yarl==1.9.4
139
+ zipp==3.17.0
140
+ beautifulsoup4