SilverDragon9 commited on
Commit
bf33420
·
1 Parent(s): e99fea9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Core Libraries for Machine Learning
2
- scikit-learn==1.2.0 # Essential library for machine learning models (Random Forest, Decision Trees, etc.)
3
  numpy==1.23.0 # Numerical operations (required for model input/output processing)
4
  pandas==1.5.2 # Data manipulation and preprocessing
5
 
 
1
  # Core Libraries for Machine Learning
2
+ scikit-learn==1.5.1 # Essential library for machine learning models (Random Forest, Decision Trees, etc.)
3
  numpy==1.23.0 # Numerical operations (required for model input/output processing)
4
  pandas==1.5.2 # Data manipulation and preprocessing
5