forked from drudilorenzo/generative_agents
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrequirements.txt
120 lines (120 loc) · 2.03 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
aiohttp==3.8.3
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.2.0
asgiref==3.5.2
astroid==3.2.2
async-generator==1.10
async-timeout==4.0.2
attrs==22.2.0
boto==2.49.0
botocore==1.29.43
certifi==2021.10.8
cfgv==3.4.0
charset-normalizer==2.0.12
click==8.0.3
colorama==0.4.6
contourpy==1.1.0
cssbeautifier==1.14.11
cycler==0.11.0
dataclasses-json==0.5.14
dill==0.3.8
diskcache==5.6.3
distlib==0.3.8
distro==1.9.0
dj-database-url==0.5.0
Django==2.2
django-cors-headers==2.5.3
django-storages-redux==1.3.3
EditorConfig==0.12.3
exceptiongroup==1.1.0
filelock==3.13.1
fonttools==4.42.1
frozenlist==1.3.3
gensim==3.8.0
gpt4all==1.0.8
greenlet==2.0.2
gunicorn==20.1.0
h11==0.14.0
html-tag-names==0.1.2
html-void-elements==0.1.0
httpcore==1.0.2
httpx==0.26.0
identify==2.5.33
idna==3.3
importlib-metadata==4.8.2
importlib-resources==6.0.1
isort==5.13.2
jiter==0.5.0
jmespath==1.0.1
joblib==1.3.2
jsbeautifier==1.14.11
json5==0.9.14
kiwisolver==1.4.4
langchain==0.0.273
langsmith==0.0.41
llama_cpp_python==0.2.11
marshmallow==3.20.1
matplotlib==3.7.2
mccabe==0.7.0
multidict==6.0.4
mypy-extensions==1.0.0
nltk==3.6.5
nodeenv==1.8.0
numexpr==2.8.7
numpy==1.25.2
openai==1.41.1
openai-cost-logger==0.4.1
outcome==1.2.0
packaging==23.0
pandas==2.0.3
pathspec==0.12.1
patsy==0.5.3
Pillow==8.4.0
pip==24.0
platformdirs==4.1.0
psycopg2-binary==2.9.5
pycparser==2.21
pydantic==2.7.1
pydantic_core==2.18.2
pylint==3.2.2
pyparsing==3.0.6
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2021.3
PyYAML==6.0.1
regex==2023.12.25
requests==2.26.0
s3transfer==0.6.0
scikit-learn==1.3.0
scikit-posthocs==0.7.0
scipy==1.11.1
seaborn==0.12.2
selenium==4.8.2
setuptools==69.5.1
six==1.16.0
sklearn==0.0
smart-open==5.2.1
sniffio==1.3.0
sortedcontainers==2.4.0
SQLAlchemy==1.4.49
sqlparse==0.4.3
statsmodels==0.13.5
tenacity==8.2.3
threadpoolctl==3.0.0
tomli==2.0.1
tomlkit==0.11.1
tqdm==4.62.3
trio==0.22.0
trio-websocket==0.9.2
trueskill==0.4.5
typing_extensions==4.11.0
typing-inspect==0.9.0
tzdata==2023.3
urllib3==1.26.7
virtualenv==20.25.0
wheel==0.43.0
wsproto==1.2.0
yarl==1.8.2
yellowbrick==1.5
zipp==3.6.0