We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bb722 commit 8e75d8cCopy full SHA for 8e75d8c
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"pandas==1.3.5",
23
"pyarrow==14.0.1",
24
"retry==0.9.2",
25
- "scikit-learn==1.4.2",
+ "scikit-learn==1.5.0",
26
"parameterized==0.8.1",
27
"pytest==7.1.2",
28
"fastavro[codecs]==1.4.12",
spade_anomaly_detection/requirements.txt
@@ -4,7 +4,7 @@ joblib==1.2.0
4
pandas==1.3.5
5
pyarrow==14.0.1
6
retry==0.9.2
7
-scikit-learn==1.4.2
+scikit-learn==1.5.0
8
parameterized==0.8.1
9
# These are test dependencies and should be added as part of a separate layer
10
# in the container that isn't included in the base container.
0 commit comments