diff --git a/requirements.txt b/requirements.txt index 3d3403e..fcf4db3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ pydantic>=2.6.0 # Database psycopg2-binary>=2.9.0 sqlalchemy>=2.0.0 +clickhouse-driver>=0.2.0 # Redis redis>=3.5.0 @@ -41,6 +42,10 @@ google-api-python-client>=2.0.0 aiohttp>=3.9.0 anyio>=4.9.0 +# Machine Learning +scikit-learn>=1.3.0 + # Utilities python-dotenv>=1.0.0 pytz>=2024.0 +psutil>=5.9.0