File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/data/serve_resources/mlflow/xgboost Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies = [
3939 " google-pasta" ,
4040 " importlib-metadata>=1.4.0,<7.0" ,
4141 " jsonschema" ,
42- " numpy>=2.0.0 ,<2.3.0" ,
42+ " numpy>=1.26.4 ,<2.3.0" ,
4343 " omegaconf>=2.2,<3" ,
4444 " packaging>=23.0,<25" ,
4545 " pandas" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cloudpickle==2.2.1
2929jsonpickle<4.0.0
3030PyYAML>=6.0.1
3131# TODO find workaround
32- xgboost>=1.6.2,<=2.1.0
32+ xgboost>=1.6.2,<=1.7.6
3333pillow>=10.0.1,<=11
3434opentelemetry-proto==1.27.0
3535protobuf==4.25.5
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ dependencies:
1111 - psutil==5.9.8
1212 - scikit-learn==1.6.1
1313 - scipy==1.13.0
14- - xgboost==2.1.0
14+ - xgboost==1.7.1
1515name : mlflow-env
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ pandas==2.2.3
55psutil == 5.9.8
66scikit-learn == 1.6.1
77scipy == 1.13.0
8- xgboost == 2.1.0
8+ xgboost == 1.7.1
You can’t perform that action at this time.
0 commit comments