Update requirements.txt
Browse files- requirements.txt +44 -44
requirements.txt
CHANGED
|
@@ -1,49 +1,49 @@
|
|
| 1 |
-
altair==5.
|
| 2 |
-
attrs==
|
| 3 |
-
blinker==1.
|
| 4 |
-
cachetools==
|
| 5 |
-
certifi==
|
| 6 |
-
charset-normalizer==3.
|
| 7 |
click==8.1.8
|
| 8 |
colorama==0.4.6
|
| 9 |
-
contourpy==1.3.
|
| 10 |
cycler==0.12.1
|
| 11 |
-
fonttools==4.
|
| 12 |
-
gitdb==4.0.
|
| 13 |
-
GitPython==3.1.
|
| 14 |
-
idna==3.
|
| 15 |
-
Jinja2==3.1.
|
| 16 |
-
joblib==1.
|
| 17 |
-
jsonschema==4.
|
| 18 |
-
jsonschema-specifications==
|
| 19 |
-
kiwisolver==1.4.
|
| 20 |
-
MarkupSafe==
|
| 21 |
-
matplotlib==3.
|
| 22 |
-
narwhals==1.
|
| 23 |
-
numpy==
|
| 24 |
-
packaging==
|
| 25 |
-
pandas==2.
|
| 26 |
-
pillow==
|
| 27 |
-
protobuf==
|
| 28 |
-
pyarrow==
|
| 29 |
-
pydeck==0.
|
| 30 |
-
pyparsing==3.
|
| 31 |
python-dateutil==2.9.0.post0
|
| 32 |
-
pytz==
|
| 33 |
-
referencing==0.
|
| 34 |
-
requests==2.
|
| 35 |
-
rpds-py==0.
|
| 36 |
-
scikit-learn==1.
|
| 37 |
-
scipy==1.
|
| 38 |
-
seaborn==0.
|
| 39 |
-
six==1.
|
| 40 |
-
smmap==5.0.
|
| 41 |
-
streamlit==1.
|
| 42 |
-
tenacity==
|
| 43 |
-
threadpoolctl==3.
|
| 44 |
toml==0.10.2
|
| 45 |
-
tornado==6.
|
| 46 |
-
typing_extensions==4.
|
| 47 |
-
tzdata==
|
| 48 |
-
urllib3==2.
|
| 49 |
-
watchdog==
|
|
|
|
| 1 |
+
altair==5.2.0
|
| 2 |
+
attrs==23.2.0
|
| 3 |
+
blinker==1.7.0
|
| 4 |
+
cachetools==5.3.2
|
| 5 |
+
certifi==2024.2.2
|
| 6 |
+
charset-normalizer==3.3.2
|
| 7 |
click==8.1.8
|
| 8 |
colorama==0.4.6
|
| 9 |
+
contourpy==1.3.0
|
| 10 |
cycler==0.12.1
|
| 11 |
+
fonttools==4.51.0
|
| 12 |
+
gitdb==4.0.11
|
| 13 |
+
GitPython==3.1.43
|
| 14 |
+
idna==3.7
|
| 15 |
+
Jinja2==3.1.3
|
| 16 |
+
joblib==1.3.2
|
| 17 |
+
jsonschema==4.21.1
|
| 18 |
+
jsonschema-specifications==2023.12.1
|
| 19 |
+
kiwisolver==1.4.5
|
| 20 |
+
MarkupSafe==2.1.5
|
| 21 |
+
matplotlib==3.7.5
|
| 22 |
+
narwhals==1.37.0
|
| 23 |
+
numpy==1.26.4
|
| 24 |
+
packaging==23.2
|
| 25 |
+
pandas==2.1.4
|
| 26 |
+
pillow==10.2.0
|
| 27 |
+
protobuf==4.25.3
|
| 28 |
+
pyarrow==14.0.2
|
| 29 |
+
pydeck==0.8.1b0
|
| 30 |
+
pyparsing==3.1.2
|
| 31 |
python-dateutil==2.9.0.post0
|
| 32 |
+
pytz==2024.1
|
| 33 |
+
referencing==0.33.0
|
| 34 |
+
requests==2.31.0
|
| 35 |
+
rpds-py==0.15.2
|
| 36 |
+
scikit-learn==1.3.2
|
| 37 |
+
scipy==1.11.4
|
| 38 |
+
seaborn==0.12.2
|
| 39 |
+
six==1.16.0
|
| 40 |
+
smmap==5.0.1
|
| 41 |
+
streamlit==1.32.2
|
| 42 |
+
tenacity==8.2.3
|
| 43 |
+
threadpoolctl==3.3.0
|
| 44 |
toml==0.10.2
|
| 45 |
+
tornado==6.3.3
|
| 46 |
+
typing_extensions==4.9.0
|
| 47 |
+
tzdata==2024.1
|
| 48 |
+
urllib3==2.2.1
|
| 49 |
+
watchdog==3.0.0
|