Skip to content

Commit e96b029

Browse files
author
Roja Reddy Sareddy
committed
Add numpy 2.0 support
1 parent 40d8e9c commit e96b029

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mlflow==2.20.3
22
cloudpickle==2.2.1
3-
numpy==1.26.4
4-
tensorflow==2.16.1
3+
numpy>=1.26.4
4+
tensorflow==2.18.0

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>=1.26.4
9+
- numpy>=2.0.0
1010
- pandas==2.2.3
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
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>=1.26.4
3+
numpy>=2.0.0
44
pandas==2.2.3
55
psutil==5.9.8
66
scikit-learn==1.6.1
77
scipy==1.13.0
8-
xgboost>=2.1.0
8+
xgboost==1.7.1

tests/data/workflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scipy==1.13.0
1+
scipy==1.13.0

0 commit comments

Comments
 (0)