diff --git a/pyproject.toml b/pyproject.toml index 094ddf7..844b165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas==1.3.5", "pyarrow==14.0.1", "retry==0.9.2", - "scikit-learn==1.4.2", + "scikit-learn==1.5.0", "tensorflow==2.12.1", "tensorflow-datasets==4.9.6", "parameterized==0.8.1", diff --git a/spade_anomaly_detection/requirements.txt b/spade_anomaly_detection/requirements.txt index 3e9535c..9079df8 100644 --- a/spade_anomaly_detection/requirements.txt +++ b/spade_anomaly_detection/requirements.txt @@ -4,7 +4,7 @@ joblib==1.2.0 pandas==1.3.5 pyarrow==14.0.1 retry==0.9.2 -scikit-learn==1.4.2 +scikit-learn==1.5.0 tensorflow-datasets==4.9.6 parameterized==0.8.1 # These are test dependencies and should be added as part of a separate layer