Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down