Skip to content

Commit 86292e5

Browse files
author
Roja Reddy Sareddy
committed
resolve conflict dependency with numpy 2.0
1 parent 6598598 commit 86292e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sagemaker-experiments==0.1.35
2323
Jinja2==3.1.6
2424
pyvis==0.2.1
2525
pandas==2.2.3
26-
scikit-learn==1.4.0
26+
scikit-learn==1.6.1
2727
cloudpickle==2.2.1
2828
jsonpickle<4.0.0
2929
PyYAML>=6.0.1

tests/data/serve_resources/mlflow/pytorch/conda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies:
2020
- torch>=2.6.0
2121
- torchvision>=0.17.0
2222
- tqdm==4.66.2
23-
- scikit-learn==1.3.2
23+
- scikit-learn==1.6.1
2424
name: mlflow-env

tests/data/serve_resources/mlflow/xgboost/conda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- numpy>=2.0.0,<2.3.0
1010
- pandas==2.2.1
1111
- psutil==5.9.8
12-
- scikit-learn==1.3.2
12+
- scikit-learn==1.6.1
1313
- scipy==1.11.3
1414
- xgboost==1.7.1
1515
name: mlflow-env

tests/data/serve_resources/mlflow/xgboost/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ lz4==4.3.2
33
numpy>=2.0.0,<2.3.0
44
pandas==2.0.3
55
psutil==5.9.8
6-
scikit-learn==1.3.2
6+
scikit-learn==1.6.1
77
scipy==1.11.3
88
xgboost==1.7.1

0 commit comments

Comments
 (0)