File tree 4 files changed +4
-4
lines changed
tests/data/serve_resources/mlflow
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sagemaker-experiments==0.1.35
23
23
Jinja2==3.1.6
24
24
pyvis==0.2.1
25
25
pandas==2.2.3
26
- scikit-learn==1.4.0
26
+ scikit-learn==1.6.1
27
27
cloudpickle==2.2.1
28
28
jsonpickle<4.0.0
29
29
PyYAML>=6.0.1
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ dependencies:
20
20
- torch>=2.6.0
21
21
- torchvision>=0.17.0
22
22
- tqdm==4.66.2
23
- - scikit-learn==1.3.2
23
+ - scikit-learn==1.6.1
24
24
name : mlflow-env
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
- numpy>=2.0.0,<2.3.0
10
10
- pandas==2.2.1
11
11
- psutil==5.9.8
12
- - scikit-learn==1.3.2
12
+ - scikit-learn==1.6.1
13
13
- scipy==1.11.3
14
14
- xgboost==1.7.1
15
15
name : mlflow-env
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ lz4==4.3.2
3
3
numpy >= 2.0.0 ,< 2.3.0
4
4
pandas == 2.0.3
5
5
psutil == 5.9.8
6
- scikit-learn == 1.3.2
6
+ scikit-learn == 1.6.1
7
7
scipy == 1.11.3
8
8
xgboost == 1.7.1
You can’t perform that action at this time.
0 commit comments