Commit ·
5ee8593
1
Parent(s): f2e6a0e
udate dependencies
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
|
@@ -3,26 +3,26 @@ attrs==24.2.0
|
|
| 3 |
blinker==1.8.2
|
| 4 |
cachetools==5.5.0
|
| 5 |
certifi==2024.8.30
|
| 6 |
-
charset-normalizer==3.
|
| 7 |
click==8.1.7
|
| 8 |
contourpy==1.3.0
|
| 9 |
cycler==0.12.1
|
| 10 |
-
fonttools==4.
|
| 11 |
gitdb==4.0.11
|
| 12 |
GitPython==3.1.43
|
| 13 |
idna==3.10
|
| 14 |
Jinja2==3.1.4
|
| 15 |
jsonschema==4.23.0
|
| 16 |
-
jsonschema-specifications==
|
| 17 |
kiwisolver==1.4.7
|
| 18 |
markdown-it-py==3.0.0
|
| 19 |
-
MarkupSafe==
|
| 20 |
matplotlib==3.9.2
|
| 21 |
mdurl==0.1.2
|
| 22 |
-
narwhals==1.
|
| 23 |
-
numpy==2.1.
|
| 24 |
packaging==24.1
|
| 25 |
-
pandas==2.2.
|
| 26 |
pillow==10.4.0
|
| 27 |
protobuf==5.28.2
|
| 28 |
pyarrow==17.0.0
|
|
@@ -33,15 +33,16 @@ python-dateutil==2.9.0.post0
|
|
| 33 |
pytz==2024.2
|
| 34 |
referencing==0.35.1
|
| 35 |
requests==2.32.3
|
| 36 |
-
rich==13.
|
| 37 |
rpds-py==0.20.0
|
| 38 |
seaborn==0.13.2
|
| 39 |
six==1.16.0
|
| 40 |
smmap==5.0.1
|
| 41 |
-
streamlit==1.
|
| 42 |
-
tenacity==
|
| 43 |
toml==0.10.2
|
| 44 |
tornado==6.4.1
|
| 45 |
typing_extensions==4.12.2
|
| 46 |
-
tzdata==2024.
|
| 47 |
urllib3==2.2.3
|
|
|
|
|
|
| 3 |
blinker==1.8.2
|
| 4 |
cachetools==5.5.0
|
| 5 |
certifi==2024.8.30
|
| 6 |
+
charset-normalizer==3.4.0
|
| 7 |
click==8.1.7
|
| 8 |
contourpy==1.3.0
|
| 9 |
cycler==0.12.1
|
| 10 |
+
fonttools==4.54.1
|
| 11 |
gitdb==4.0.11
|
| 12 |
GitPython==3.1.43
|
| 13 |
idna==3.10
|
| 14 |
Jinja2==3.1.4
|
| 15 |
jsonschema==4.23.0
|
| 16 |
+
jsonschema-specifications==2024.10.1
|
| 17 |
kiwisolver==1.4.7
|
| 18 |
markdown-it-py==3.0.0
|
| 19 |
+
MarkupSafe==3.0.1
|
| 20 |
matplotlib==3.9.2
|
| 21 |
mdurl==0.1.2
|
| 22 |
+
narwhals==1.9.3
|
| 23 |
+
numpy==2.1.2
|
| 24 |
packaging==24.1
|
| 25 |
+
pandas==2.2.3
|
| 26 |
pillow==10.4.0
|
| 27 |
protobuf==5.28.2
|
| 28 |
pyarrow==17.0.0
|
|
|
|
| 33 |
pytz==2024.2
|
| 34 |
referencing==0.35.1
|
| 35 |
requests==2.32.3
|
| 36 |
+
rich==13.9.2
|
| 37 |
rpds-py==0.20.0
|
| 38 |
seaborn==0.13.2
|
| 39 |
six==1.16.0
|
| 40 |
smmap==5.0.1
|
| 41 |
+
streamlit==1.39.0
|
| 42 |
+
tenacity==9.0.0
|
| 43 |
toml==0.10.2
|
| 44 |
tornado==6.4.1
|
| 45 |
typing_extensions==4.12.2
|
| 46 |
+
tzdata==2024.2
|
| 47 |
urllib3==2.2.3
|
| 48 |
+
watchdog==5.0.3
|