Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karimosman89 authored Sep 21, 2024
1 parent 664760b commit 357a2fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy==1.21.2

# Machine Learning
scikit-learn==1.0
mlflow==1.20.2 # Adjusted version
mlflow==1.19.0 # This version should be compatible with alembic
joblib==1.0.1

# Deep Learning
Expand All @@ -17,7 +17,8 @@ tensorflow==2.8.0
Pillow==8.4.0

# Workflow orchestration
apache-airflow==2.2.5 # Adjusted version
apache-airflow==2.1.4 # An earlier version that may work with alembic
# Ensure this version has the required features you need

# Kubernetes interaction
kubernetes==23.3.0
Expand Down

0 comments on commit 357a2fa

Please sign in to comment.