Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
joblib==1.
|
| 2 |
-
lightgbm
|
| 3 |
matplotlib==3.5.1
|
| 4 |
numpy==1.23.5
|
| 5 |
pandas==1.5.2
|
| 6 |
-
|
|
|
|
| 7 |
pytabulator==0.2.5
|
| 8 |
-
|
| 9 |
-
|
| 10 |
seaborn==0.11.1
|
| 11 |
-
|
| 12 |
-
shiny==0.6.1
|
| 13 |
-
Jinja2==3.1.4
|
| 14 |
tqdm==4.62.3
|
|
|
|
|
|
|
| 15 |
pyarrow
|
|
|
|
| 1 |
+
joblib==1.4.2
|
|
|
|
| 2 |
matplotlib==3.5.1
|
| 3 |
numpy==1.23.5
|
| 4 |
pandas==1.5.2
|
| 5 |
+
Pillow==11.1.0
|
| 6 |
+
polars==1.21.0
|
| 7 |
pytabulator==0.2.5
|
| 8 |
+
pytz==2022.7.1
|
| 9 |
+
Requests==2.32.3
|
| 10 |
seaborn==0.11.1
|
| 11 |
+
shiny==0.7.1
|
|
|
|
|
|
|
| 12 |
tqdm==4.62.3
|
| 13 |
+
Jinja2==3.1.4
|
| 14 |
+
lightgbm
|
| 15 |
pyarrow
|