Skip to content

Commit 9c1a4d7

Browse files
committed
chore: revert version pins to 16-july
1 parent bf25172 commit 9c1a4d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ python-dotenv==1.1.1 # for loading environment variables from .env files
99
pandas==1.5.3 # for data manipulation
1010
kaggle==1.7.4.5 # for Kaggle api access
1111
seaborn==0.13.2 # for data visualization
12-
scikit-learn # for machine learning algorithms
12+
scikit-learn==1.5.1 # for machine learning algorithms
1313
scipy==1.10.1 # for scientific computing
14-
shap==0.48.0 # for model interpretability
14+
shap==0.43.0 # for model interpretability
1515
openpyxl==3.1.5 # for Excel file support from kaggle datasets
1616

1717
# Azure ML SDK - essential components only

0 commit comments

Comments
 (0)