Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +77 -5
requirements.txt
CHANGED
@@ -1,6 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit==1.22.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==4.2.2
|
4 |
+
appnope==0.1.3
|
5 |
+
astor==0.8.1
|
6 |
+
asttokens==2.2.1
|
7 |
+
async-timeout==4.0.2
|
8 |
+
attrs==23.1.0
|
9 |
+
backcall==0.2.0
|
10 |
+
blinker==1.6.2
|
11 |
+
cachetools==5.3.0
|
12 |
+
certifi==2023.5.7
|
13 |
+
charset-normalizer==3.1.0
|
14 |
+
click==8.1.3
|
15 |
+
contourpy==1.0.7
|
16 |
+
cycler==0.11.0
|
17 |
+
decorator==5.1.1
|
18 |
+
entrypoints==0.4
|
19 |
+
executing==1.2.0
|
20 |
+
fonttools==4.39.4
|
21 |
+
frozenlist==1.3.3
|
22 |
+
gitdb==4.0.10
|
23 |
+
GitPython==3.1.31
|
24 |
+
idna==3.4
|
25 |
+
importlib-metadata==6.6.0
|
26 |
+
ipython==8.13.2
|
27 |
+
jedi==0.18.2
|
28 |
+
Jinja2==3.1.2
|
29 |
+
jsonschema==4.17.3
|
30 |
+
kiwisolver==1.4.4
|
31 |
+
markdown-it-py==2.2.0
|
32 |
+
MarkupSafe==2.1.2
|
33 |
+
matplotlib==3.7.1
|
34 |
+
matplotlib-inline==0.1.6
|
35 |
+
mdurl==0.1.2
|
36 |
+
multidict==6.0.4
|
37 |
+
numpy==1.24.3
|
38 |
+
openai==0.27.6
|
39 |
+
packaging==23.1
|
40 |
+
pandas==2.0.1
|
41 |
+
pandasai==0.2.11
|
42 |
+
parso==0.8.3
|
43 |
+
pexpect==4.8.0
|
44 |
+
pickleshare==0.7.5
|
45 |
+
Pillow==9.5.0
|
46 |
+
prompt-toolkit==3.0.38
|
47 |
+
protobuf==3.20.3
|
48 |
+
ptyprocess==0.7.0
|
49 |
+
pure-eval==0.2.2
|
50 |
+
pyarrow==12.0.0
|
51 |
+
pydeck==0.8.1b0
|
52 |
+
Pygments==2.15.1
|
53 |
+
Pympler==1.0.1
|
54 |
+
pyparsing==3.0.9
|
55 |
+
pyrsistent==0.19.3
|
56 |
+
python-dateutil==2.8.2
|
57 |
+
python-dotenv==1.0.0
|
58 |
+
pytz==2023.3
|
59 |
+
requests==2.30.0
|
60 |
+
rich==13.3.5
|
61 |
+
six==1.16.0
|
62 |
+
smmap==5.0.0
|
63 |
+
stack-data==0.6.2
|
64 |
streamlit==1.22.0
|
65 |
+
tenacity==8.2.2
|
66 |
+
toml==0.10.2
|
67 |
+
toolz==0.12.0
|
68 |
+
tornado==6.3.2
|
69 |
+
tqdm==4.65.0
|
70 |
+
traitlets==5.9.0
|
71 |
+
typing_extensions==4.5.0
|
72 |
+
tzdata==2023.3
|
73 |
+
tzlocal==5.0
|
74 |
+
urllib3==2.0.2
|
75 |
+
validators==0.20.0
|
76 |
+
wcwidth==0.2.6
|
77 |
+
yarl==1.9.2
|
78 |
+
zipp==3.15.0
|