Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,4 +1,12 @@
|
|
|
|
1 |
numpy==1.23.5
|
2 |
pandas==1.5.2
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
joblib==1.4.2
|
2 |
numpy==1.23.5
|
3 |
pandas==1.5.2
|
4 |
+
Pillow==11.1.0
|
5 |
+
polars==1.21.0
|
6 |
+
pytabulator==0.2.5
|
7 |
+
Requests==2.32.3
|
8 |
+
scikit-learn==1.0.1
|
9 |
+
shiny==0.7.1
|
10 |
+
tqdm==4.62.3
|
11 |
+
lightgbm
|
12 |
+
pyarrow
|