diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 50d688b..3fecff1 --- a/requirements.txt +++ b/requirements.txt @@ -13,11 +13,11 @@ psycopg2-binary==2.9.9 # PostgreSQL adapter timescaledb==0.0.4 # Time-series extension # Machine Learning -scikit-learn==1.4.2 +scikit-learn==1.5.0 xgboost==2.0.3 -lightgbm==4.3.0 +lightgbm==4.6.0 catboost==1.2.7 -mlflow==2.13.0 # Model tracking +mlflow==3.9.0rc0 # Model tracking # seldon-core==2.9.0 # Model serving # Deep Learning @@ -27,14 +27,14 @@ mlflow==2.13.0 # Model tracking # APIs & Web Services fastapi==0.111.0 uvicorn==0.28.0 # Downgraded to compatible version (NOT 0.29.0) -requests==2.32.2 +requests==2.32.4 boto3==1.34.0 # Geospatial & Routing geopy==2.4.1 osmnx==1.9.1 # OpenStreetMap routing valhalla==0.1.4 # Alternative routing engine -geopandas==0.14.4 +geopandas==1.1.2 # Visualization plotly==5.22.0