Skip to content

Commit 572c1aa

Browse files
author
Roja Reddy Sareddy
committed
Add numpy 2.0 support
1 parent c80ad4b commit 572c1aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cloudpickle==2.2.1
2929
jsonpickle<4.0.0
3030
PyYAML>=6.0.1
3131
# TODO find workaround
32-
xgboost>=1.6.2,<=1.7.6
32+
xgboost>=1.6.2,<=2.1.0
3333
pillow>=10.0.1,<=11
3434
opentelemetry-proto==1.27.0
3535
protobuf==4.25.5

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
name: mlflow-env
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
mlflow>=2.16.1
22
lz4==4.3.2
3-
numpy>=2.0.0
3+
numpy>=1.26.4
44
pandas==2.2.3
55
psutil==5.9.8
66
scikit-learn==1.6.1
77
scipy==1.13.0
8-
xgboost==1.7.1
8+
xgboost==2.1.0

0 commit comments

Comments
 (0)