Spaces:
Sleeping
Sleeping
DataWizard9742
commited on
Commit
•
25557b7
1
Parent(s):
7fbb705
Create requirements.txt
Browse files- requirements.txt +68 -0
requirements.txt
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.3.0
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.4.0
|
6 |
+
async-timeout==4.0.3
|
7 |
+
attrs==23.2.0
|
8 |
+
blinker==1.8.2
|
9 |
+
cachetools==5.4.0
|
10 |
+
certifi==2024.7.4
|
11 |
+
charset-normalizer==3.3.2
|
12 |
+
click==8.1.7
|
13 |
+
contourpy==1.2.1
|
14 |
+
cycler==0.12.1
|
15 |
+
distro==1.9.0
|
16 |
+
et-xmlfile==1.1.0
|
17 |
+
exceptiongroup==1.2.2
|
18 |
+
fonttools==4.53.1
|
19 |
+
frozenlist==1.4.1
|
20 |
+
gitdb==4.0.11
|
21 |
+
GitPython==3.1.43
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==1.0.5
|
24 |
+
httpx==0.27.0
|
25 |
+
idna==3.7
|
26 |
+
importlib_resources==6.4.0
|
27 |
+
Jinja2==3.1.4
|
28 |
+
jsonschema==4.23.0
|
29 |
+
jsonschema-specifications==2023.12.1
|
30 |
+
kiwisolver==1.4.5
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.5
|
33 |
+
matplotlib==3.9.1
|
34 |
+
mdurl==0.1.2
|
35 |
+
multidict==6.0.5
|
36 |
+
numpy==2.0.1
|
37 |
+
openai==0.28.0
|
38 |
+
openpyxl==3.1.5
|
39 |
+
packaging==24.1
|
40 |
+
pandas==2.2.2
|
41 |
+
pillow==10.4.0
|
42 |
+
protobuf==5.27.2
|
43 |
+
pyarrow==17.0.0
|
44 |
+
pydantic==2.8.2
|
45 |
+
pydantic_core==2.20.1
|
46 |
+
pydeck==0.9.1
|
47 |
+
Pygments==2.18.0
|
48 |
+
pyparsing==3.1.2
|
49 |
+
python-dateutil==2.9.0.post0
|
50 |
+
pytz==2024.1
|
51 |
+
referencing==0.35.1
|
52 |
+
requests==2.32.3
|
53 |
+
rich==13.7.1
|
54 |
+
rpds-py==0.19.0
|
55 |
+
six==1.16.0
|
56 |
+
smmap==5.0.1
|
57 |
+
sniffio==1.3.1
|
58 |
+
streamlit==1.36.0
|
59 |
+
tenacity==8.5.0
|
60 |
+
toml==0.10.2
|
61 |
+
toolz==0.12.1
|
62 |
+
tornado==6.4.1
|
63 |
+
tqdm==4.66.4
|
64 |
+
typing_extensions==4.12.2
|
65 |
+
tzdata==2024.1
|
66 |
+
urllib3==2.2.2
|
67 |
+
yarl==1.9.4
|
68 |
+
zipp==3.19.2
|