-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
76 lines (73 loc) · 1.58 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
exllamav2 = "==0.0.11"
accelerate = "==0.25.0"
aiohttp = "==3.9.1"
aiosignal = "==1.3.1"
annotated-types = "==0.6.0"
anyio = "==4.2.0"
async-timeout = "==4.0.3"
attrs = "==23.2.0"
authlib = "==1.3.0"
certifi = "==2022.12.7"
cffi = "==1.16.0"
charset-normalizer = "==2.1.1"
click = "==8.1.7"
contourpy = "==1.2.0"
cramjam = "==2.7.0"
cryptography = "==41.0.7"
cycler = "==0.12.1"
dataclasses-json = "==0.6.3"
datasets = "==2.14.7"
dill = "==0.3.7"
exceptiongroup = "==1.2.0"
fastparquet = "==2023.10.1"
filelock = "==3.13.1"
flagembedding = "==1.1.8"
fonttools = "==4.47.0"
frozenlist = "==1.4.1"
fsspec = "==2023.10.0"
greenlet = "==3.0.3"
huggingface-hub = "==0.17.3"
idna = "==3.4"
importlib-resources = "==6.1.1"
jinja2 = "==3.1.2"
joblib = "==1.3.2"
jsonpatch = "==1.33"
jsonpointer = "==2.4"
kiwisolver = "==1.4.5"
langchain = "==0.0.354"
langchain-community = "==0.0.8"
langchain-core = "==0.1.6"
langsmith = "==0.0.77"
loguru = "==0.7.2"
markupsafe = "==2.1.3"
marshmallow = "==3.20.1"
matplotlib = "==3.8.2"
mpmath = "==1.3.0"
multidict = "==6.0.4"
multiprocess = "==0.70.15"
mypy-extensions = "==1.0.0"
networkx = "==3.2.1"
ninja = "==1.11.1.1"
nltk = "==3.8.1"
numpy = "==1.26.3"
pandas = "==2.1.4"
pillow = "==9.3.0"
pyarrow = "==14.0.2"
pyarrow-hotfix = "==0.6"
pycparser = "==2.21"
pydantic = "==2.5.3"
pydantic-core = "==2.14.6"
python-dotenv = "==1.0.0"
pytz = "==2023.3.post1"
pywin32 = "==227"
pyyaml = "==6.0.1"
regex = "==2023.12.25"
requests = "==2.31.0"
[dev-packages]
[requires]
python_version = "3.11"