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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandas==2.2.2
numpy==1.26.4
jsonschema==4.18.0 # Explicitly pinned to compatible version
# apache-airflow==2.9.1 # Removed due to SQLAlchemy conflicts
prefect==3.4.14 # Orchestration
prefect==3.6.28.dev2 # Orchestration
sqlalchemy==2.0.29 # Explicitly set to compatible version
kafka==1.3.5 # Stream processing
# kafka-python==2.0.2 # Alternative stream processing
Expand All @@ -17,7 +17,7 @@ scikit-learn==1.5.0
xgboost==2.0.3
lightgbm==4.6.0
catboost==1.2.7
mlflow==3.11.0rc1 # Model tracking
mlflow==3.11.1 # Model tracking
# seldon-core==2.9.0 # Model serving

# Deep Learning
Expand Down
Loading