northern-64bit commited on
Commit
17cfe40
1 Parent(s): b8183da

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +149 -0
requirements.txt ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ altair==4.0.0
4
+ anyio==4.2.0
5
+ astor==0.8.1
6
+ asttokens==2.2.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backcall==0.2.0
10
+ backoff==2.2.1
11
+ beautifulsoup4==4.12.2
12
+ black==21.10b0
13
+ blinker==1.4
14
+ cachetools==5.3.1
15
+ certifi==2023.7.22
16
+ charset-normalizer==3.2.0
17
+ click==8.1.6
18
+ colorama==0.4.4
19
+ command-not-found==0.3
20
+ contourpy==1.1.0
21
+ cryptography==3.4.8
22
+ cycler==0.11.0
23
+ dataclasses-json==0.5.14
24
+ dbus-python==1.2.18
25
+ decorator==5.1.1
26
+ distro==1.7.0
27
+ distro-info===1.1build1
28
+ entrypoints==0.4
29
+ exceptiongroup==1.2.0
30
+ executing==1.2.0
31
+ fonttools==4.42.0
32
+ frozenlist==1.4.0
33
+ gitdb==4.0.10
34
+ GitPython==3.1.32
35
+ google-search-results==2.4.2
36
+ greenlet==2.0.2
37
+ h11==0.14.0
38
+ httpcore==1.0.2
39
+ httplib2==0.20.2
40
+ httpx==0.26.0
41
+ idna==3.4
42
+ importlib-metadata==4.6.4
43
+ ipython==8.14.0
44
+ jedi==0.19.0
45
+ jeepney==0.7.1
46
+ Jinja2==3.1.2
47
+ joblib==1.3.2
48
+ jsonpatch==1.33
49
+ jsonpointer==2.4
50
+ jsonschema==4.19.0
51
+ jsonschema-specifications==2023.7.1
52
+ keyring==23.5.0
53
+ kiwisolver==1.4.4
54
+ langchain==0.1.4
55
+ langchain-community==0.0.16
56
+ langchain-core==0.1.16
57
+ langchain-openai==0.0.5
58
+ langsmith==0.0.83
59
+ launchpadlib==1.10.16
60
+ lazr.restfulclient==0.14.4
61
+ lazr.uri==1.0.6
62
+ markdown-it-py==3.0.0
63
+ MarkupSafe==2.1.3
64
+ marshmallow==3.20.1
65
+ matplotlib==3.7.2
66
+ matplotlib-inline==0.1.6
67
+ mdurl==0.1.2
68
+ more-itertools==8.10.0
69
+ multidict==6.0.4
70
+ mypy-extensions==1.0.0
71
+ netifaces==0.11.0
72
+ numexpr==2.8.5
73
+ numpy==1.25.2
74
+ oauthlib==3.2.0
75
+ openai==1.10.0
76
+ openapi-schema-pydantic==1.2.4
77
+ packaging==23.2
78
+ pandas==1.5.3
79
+ pandasai==0.8.4
80
+ parso==0.8.3
81
+ pathspec==0.9.0
82
+ patsy==0.5.3
83
+ pexpect==4.8.0
84
+ pickleshare==0.7.5
85
+ Pillow==9.5.0
86
+ platformdirs==2.5.1
87
+ plotly==5.16.0
88
+ prompt-toolkit==3.0.39
89
+ protobuf==4.24.0
90
+ psycopg2==2.9.9
91
+ ptyprocess==0.7.0
92
+ pure-eval==0.2.2
93
+ pyarrow==12.0.1
94
+ pydantic==1.10.12
95
+ pydeck==0.8.0
96
+ Pygments==2.16.1
97
+ PyGObject==3.42.1
98
+ PyJWT==2.3.0
99
+ Pympler==1.0.1
100
+ pyparsing==2.4.7
101
+ python-apt==2.4.0+ubuntu1
102
+ python-dateutil==2.8.2
103
+ python-dotenv==1.0.0
104
+ pytz==2023.3
105
+ pytz-deprecation-shim==0.1.0.post0
106
+ PyYAML==5.4.1
107
+ referencing==0.30.2
108
+ regex==2023.8.8
109
+ requests==2.31.0
110
+ rich==13.5.2
111
+ rpds-py==0.9.2
112
+ scikit-learn==1.3.0
113
+ scipy==1.11.1
114
+ seaborn==0.12.2
115
+ SecretStorage==3.3.1
116
+ six==1.16.0
117
+ smmap==5.0.0
118
+ sniffio==1.3.0
119
+ soupsieve==2.4.1
120
+ SQLAlchemy==2.0.19
121
+ stack-data==0.6.2
122
+ statsmodels==0.14.0
123
+ streamlit==1.30.0
124
+ systemd-python==234
125
+ tabulate==0.9.0
126
+ tenacity==8.2.2
127
+ threadpoolctl==3.2.0
128
+ tiktoken==0.5.2
129
+ toml==0.10.2
130
+ tomli==1.2.2
131
+ toolz==0.12.0
132
+ tornado==6.3.3
133
+ tqdm==4.66.1
134
+ traitlets==5.9.0
135
+ typing-inspect==0.9.0
136
+ typing_extensions==4.7.1
137
+ tzdata==2023.3
138
+ tzlocal==4.3.1
139
+ ubuntu-advantage-tools==8001
140
+ ufw==0.36.1
141
+ unattended-upgrades==0.1
142
+ urllib3==2.0.4
143
+ validators==0.21.2
144
+ wadllib==1.3.6
145
+ watchdog==3.0.0
146
+ wcwidth==0.2.6
147
+ wikipedia==1.4.0
148
+ yarl==1.9.2
149
+ zipp==1.0.0