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 bba6181 commit 9bc897bCopy full SHA for 9bc897b
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
"tensorflow==2.12.1",
27
"tensorflow-datasets==4.9.6",
28
"parameterized==0.8.1",
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
tensorflow-datasets==4.9.6
9
parameterized==0.8.1
10
# These are test dependencies and should be added as part of a separate layer
0 commit comments