Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -16,14 +16,14 @@ pandas>=2.2.0
|
|
| 16 |
scikit-learn>=1.5.0
|
| 17 |
|
| 18 |
# Visualization
|
| 19 |
-
matplotlib
|
| 20 |
seaborn==0.13.2
|
| 21 |
plotly==5.18.0
|
| 22 |
|
| 23 |
# Utilities
|
| 24 |
protobuf==3.20.3
|
| 25 |
accelerate==0.25.0
|
| 26 |
-
scipy
|
| 27 |
|
| 28 |
# Optional: For advanced features
|
| 29 |
tqdm==4.66.1
|
|
@@ -32,3 +32,5 @@ datasets==2.14.6
|
|
| 32 |
langdetect
|
| 33 |
requests
|
| 34 |
|
|
|
|
|
|
|
|
|
| 16 |
scikit-learn>=1.5.0
|
| 17 |
|
| 18 |
# Visualization
|
| 19 |
+
matplotlib>=3.9.0
|
| 20 |
seaborn==0.13.2
|
| 21 |
plotly==5.18.0
|
| 22 |
|
| 23 |
# Utilities
|
| 24 |
protobuf==3.20.3
|
| 25 |
accelerate==0.25.0
|
| 26 |
+
scipy>=1.12.0
|
| 27 |
|
| 28 |
# Optional: For advanced features
|
| 29 |
tqdm==4.66.1
|
|
|
|
| 32 |
langdetect
|
| 33 |
requests
|
| 34 |
|
| 35 |
+
|
| 36 |
+
|