File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
tests/data/serve_resources/mlflow/xgboost Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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,<=1.7.6
32+ xgboost>=1.6.2,<=2.1.0
3333pillow>=10.0.1,<=11
3434opentelemetry-proto==1.27.0
3535protobuf==4.25.5
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ dependencies:
66- pip :
77 - mlflow>=2.16.1
88 - lz4==4.3.2
9- - numpy>=2.0.0
9+ - numpy>=1.26.4
1010 - pandas==2.2.3
1111 - psutil==5.9.8
1212 - scikit-learn==1.6.1
1313 - scipy==1.13.0
14- - xgboost==1.7.1
14+ - xgboost==2.1.0
1515name : mlflow-env
Original file line number Diff line number Diff line change 11mlflow >= 2.16.1
22lz4 == 4.3.2
3- numpy >= 2.0.0
3+ numpy >= 1.26.4
44pandas == 2.2.3
55psutil == 5.9.8
66scikit-learn == 1.6.1
77scipy == 1.13.0
8- xgboost == 1.7.1
8+ xgboost == 2.1.0
You can’t perform that action at this time.
0 commit comments