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 @@ -25,7 +25,7 @@ scikit-learn==1.3.2 # For machine learning
numpy==1.26.3 # For numerical operations
pandas==2.1.4 # For data manipulation
tensorflow==2.15.0 # For deep learning
torch==2.1.2 # For PyTorch deep learning
torch==2.7.0 # For PyTorch deep learning

# Optional: Joblib for model persistence
joblib==1.3.2 # For saving and loading models
Expand Down
Loading