diff --git a/requirements.txt b/requirements.txt index 6aacbda..553fe05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.24.0 # For numerical operations pandas==1.5.3 # For data manipulation and analysis requests==2.28.1 # For making HTTP requests (e.g., for currency exchange APIs) -scikit-learn==1.2.0 # For machine learning algorithms (if applicable) +scikit-learn==1.5.0 # For machine learning algorithms (if applicable) matplotlib==3.6.2 # For data visualization (if applicable) # Optional dependencies