forked from lukasvoege/ZeroShot-step-by-step-distillation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
183 lines (183 loc) · 3.27 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile '.\requirements.in'
#
aiohttp==3.8.5
# via
# datasets
# fsspec
# langchain
# openai
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.2
# via
# aiohttp
# langchain
attrs==23.1.0
# via aiohttp
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via
# aiohttp
# requests
click==8.1.7
# via nltk
colorama==0.4.6
# via
# click
# tqdm
contourpy==1.1.1
# via matplotlib
cycler==0.11.0
# via matplotlib
dataclasses-json==0.5.14
# via langchain
datasets==2.14.3
# via -r .\requirements.in
dill==0.3.7
# via
# datasets
# multiprocess
filelock==3.12.2
# via huggingface-hub
fonttools==4.42.1
# via matplotlib
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
fsspec[http]==2023.6.0
# via
# datasets
# huggingface-hub
greenlet==2.0.2
# via sqlalchemy
huggingface-hub==0.16.4
# via datasets
idna==3.4
# via
# requests
# yarl
importlib-resources==6.1.0
# via matplotlib
joblib==1.3.2
# via nltk
kiwisolver==1.4.5
# via matplotlib
langchain==0.0.256
# via -r .\requirements.in
langsmith==0.0.19
# via langchain
marshmallow==3.20.1
# via dataclasses-json
matplotlib==3.7.3
# via -r .\requirements.in
multidict==6.0.4
# via
# aiohttp
# yarl
multiprocess==0.70.15
# via datasets
mypy-extensions==1.0.0
# via typing-inspect
nltk==3.8.1
# via py-readability-metrics
numexpr==2.8.5
# via langchain
numpy==1.24.4
# via
# -r .\requirements.in
# contourpy
# datasets
# langchain
# matplotlib
# numexpr
# pandas
# pyarrow
# scipy
openai==0.27.8
# via -r .\requirements.in
openapi-schema-pydantic==1.2.4
# via langchain
packaging==23.1
# via
# datasets
# huggingface-hub
# marshmallow
# matplotlib
pandas==2.0.3
# via
# -r .\requirements.in
# datasets
pillow==10.0.1
# via matplotlib
py-readability-metrics==1.4.5
# via -r .\requirements.in
pyarrow==12.0.1
# via datasets
pydantic==1.10.12
# via
# langchain
# langsmith
# openapi-schema-pydantic
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
# matplotlib
# pandas
python-dotenv==1.0.0
# via -r .\requirements.in
pytz==2023.3
# via pandas
pyyaml==6.0.1
# via
# datasets
# huggingface-hub
# langchain
regex==2023.8.8
# via nltk
requests==2.31.0
# via
# datasets
# fsspec
# huggingface-hub
# langchain
# langsmith
# openai
scipy==1.10.1
# via -r .\requirements.in
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.19
# via langchain
tenacity==8.2.2
# via langchain
tqdm==4.65.0
# via
# datasets
# huggingface-hub
# nltk
# openai
typing-extensions==4.7.1
# via
# huggingface-hub
# pydantic
# sqlalchemy
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2023.3
# via pandas
urllib3==2.0.4
# via requests
xxhash==3.3.0
# via datasets
yarl==1.9.2
# via aiohttp
zipp==3.17.0
# via importlib-resources