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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scikit-learn==1.5.0
xgboost==2.0.3
lightgbm==4.6.0
catboost==1.2.7
mlflow==3.9.0rc0 # Model tracking
mlflow==3.11.0rc1 # Model tracking
# seldon-core==2.9.0 # Model serving

# Deep Learning
Expand All @@ -27,7 +27,7 @@ mlflow==3.9.0rc0 # Model tracking
# APIs & Web Services
fastapi==0.111.0
uvicorn==0.28.0 # Downgraded to compatible version (NOT 0.29.0)
requests==2.32.4
requests==2.33.0
boto3==1.34.0

# Geospatial & Routing
Expand All @@ -48,7 +48,7 @@ dask==2024.5.1 # Parallel processing
faust-streaming[rocksdb]==0.11.3 # Streaming application

# Utilities
python-dotenv==1.0.1 # Environment management
python-dotenv==1.2.2 # Environment management
pyyaml==6.0.1 # Configuration files
click==8.1.7 # Latest compatible version for dask and prefect
referencing==0.36.2
Loading