Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,5 @@ scikit-learn>=1.3,<1.5
|
|
| 9 |
imbalanced-learn>=0.11,<0.15
|
| 10 |
lightgbm>=4.0.0,<5.0.0
|
| 11 |
category-encoders>=2.6,<2.8
|
| 12 |
-
opencv-python<4.10
|
|
|
|
|
|
| 9 |
imbalanced-learn>=0.11,<0.15
|
| 10 |
lightgbm>=4.0.0,<5.0.0
|
| 11 |
category-encoders>=2.6,<2.8
|
| 12 |
+
opencv-python<4.10
|
| 13 |
+
openpyxl
|