Change requirements.txt to also have sklearn
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ joblib==1.3.2
|
|
| 4 |
pandas==2.0.3
|
| 5 |
Pillow==10.1.0
|
| 6 |
Requests==2.31.0
|
|
|
|
|
|
| 4 |
pandas==2.0.3
|
| 5 |
Pillow==10.1.0
|
| 6 |
Requests==2.31.0
|
| 7 |
+
scikit-learn==1.3.2
|