Skip to content
Merged
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
10 changes: 5 additions & 5 deletions requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading