diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..368df13 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -1,6 +1,6 @@ # ML/AI Dependencies for Commit-Relay # PyTorch and Deep Learning -torch==2.1.2 +torch==2.8.0 torchvision==0.16.2 torchaudio==2.1.2 transformers==4.36.2 @@ -8,9 +8,9 @@ sentence-transformers==2.3.1 accelerate==0.25.0 # LangChain and LLM Orchestration -langchain==0.1.0 +langchain==0.3.0.dev1 langchain-openai==0.0.2 -langchain-community==0.0.10 +langchain-community==0.3.27 langchain-core==0.1.10 langsmith==0.0.77 @@ -23,7 +23,7 @@ openai==1.7.1 # Data Processing numpy==1.26.3 pandas==2.1.4 -scikit-learn==1.4.0 +scikit-learn==1.5.0 scipy==1.11.4 # Model Training and Evaluation @@ -33,7 +33,7 @@ optuna==3.5.0 wandb==0.16.2 # Utilities -tqdm==4.66.1 +tqdm==4.66.3 pyyaml==6.0.1 python-dotenv==1.0.0 joblib==1.3.2 @@ -46,6 +46,6 @@ pygments==2.17.2 # Monitoring prometheus-client==0.19.0 -sentry-sdk==1.39.2 +sentry-sdk==1.45.1 faiss-cpu==1.13.0 sentence-transformers==5.1.2