diff --git a/requirements.txt b/requirements.txt index 8bc0f26..20035a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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