Update requirements.txt
Browse files- requirements.txt +73 -48
requirements.txt
CHANGED
@@ -1,48 +1,73 @@
|
|
1 |
-
altair==5.4.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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.4.1
|
2 |
+
asttokens==2.4.1
|
3 |
+
attrs==24.2.0
|
4 |
+
blinker==1.8.2
|
5 |
+
cachetools==5.5.0
|
6 |
+
certifi==2024.8.30
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
comm==0.2.2
|
11 |
+
contourpy==1.3.0
|
12 |
+
cycler==0.12.1
|
13 |
+
debugpy==1.8.7
|
14 |
+
decorator==5.1.1
|
15 |
+
dnspython==1.16.0
|
16 |
+
executing==2.1.0
|
17 |
+
fonttools==4.54.1
|
18 |
+
gitdb==4.0.11
|
19 |
+
GitPython==3.1.43
|
20 |
+
idna==3.10
|
21 |
+
ipykernel==6.29.5
|
22 |
+
ipython==8.29.0
|
23 |
+
jedi==0.19.1
|
24 |
+
Jinja2==3.1.4
|
25 |
+
jsonschema==4.23.0
|
26 |
+
jsonschema-specifications==2023.12.1
|
27 |
+
jupyter_client==8.6.3
|
28 |
+
jupyter_core==5.7.2
|
29 |
+
kiwisolver==1.4.7
|
30 |
+
markdown-it-py==3.0.0
|
31 |
+
MarkupSafe==2.1.5
|
32 |
+
matplotlib==3.9.2
|
33 |
+
matplotlib-inline==0.1.7
|
34 |
+
mdurl==0.1.2
|
35 |
+
narwhals==1.9.1
|
36 |
+
nest-asyncio==1.6.0
|
37 |
+
numpy==2.1.1
|
38 |
+
packaging==24.1
|
39 |
+
pandas==2.2.3
|
40 |
+
parso==0.8.4
|
41 |
+
pillow==10.4.0
|
42 |
+
platformdirs==4.3.6
|
43 |
+
plotly==5.24.1
|
44 |
+
prompt_toolkit==3.0.48
|
45 |
+
protobuf==5.28.2
|
46 |
+
psutil==6.1.0
|
47 |
+
pure_eval==0.2.3
|
48 |
+
pyarrow==17.0.0
|
49 |
+
pydeck==0.9.1
|
50 |
+
Pygments==2.18.0
|
51 |
+
pymongo==3.11.0
|
52 |
+
pyparsing==3.2.0
|
53 |
+
python-dateutil==2.9.0.post0
|
54 |
+
pytz==2024.2
|
55 |
+
pywin32==308
|
56 |
+
pyzmq==26.2.0
|
57 |
+
referencing==0.35.1
|
58 |
+
requests==2.32.3
|
59 |
+
rich==13.9.2
|
60 |
+
rpds-py==0.20.0
|
61 |
+
six==1.16.0
|
62 |
+
smmap==5.0.1
|
63 |
+
stack-data==0.6.3
|
64 |
+
streamlit==1.39.0
|
65 |
+
tenacity==9.0.0
|
66 |
+
toml==0.10.2
|
67 |
+
tornado==6.4.1
|
68 |
+
traitlets==5.14.3
|
69 |
+
typing_extensions==4.12.2
|
70 |
+
tzdata==2024.2
|
71 |
+
urllib3==2.2.3
|
72 |
+
watchdog==5.0.3
|
73 |
+
wcwidth==0.2.13
|