Skip to content

Commit 5817b2e

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

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pandas==1.3.4
1+
pandas==2.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scipy==1.11.3
1+
scipy==1.13.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- numpy>=2.0.0,<2.3.0
1515
- opt-einsum==3.3.0
1616
- packaging==24.0
17-
- pandas==2.2.1
17+
- pandas==2.2.3
1818
- pyyaml==6.0.1
1919
- requests==2.31.0
2020
- torch>=2.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gmpy2==2.1.2
88
numpy>=2.0.0,<2.3.0
99
opt-einsum==3.3.0
1010
packaging>=23.0,<25
11-
pandas==2.2.1
11+
pandas==2.2.3
1212
pyyaml==6.0.1
1313
requests==2.32.2
1414
torch>=2.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies:
77
- mlflow==2.16.1
88
- cloudpickle==2.2.1
99
- numpy>=2.0.0,<2.3.0
10-
- tensorflow==2.16.1
10+
- tensorflow==2.17.0
1111
name: mlflow-env
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mlflow==2.16.1
22
cloudpickle==2.2.1
33
numpy>=2.0.0,<2.3.0
4-
tensorflow==2.16.1
4+
tensorflow==2.17.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ dependencies:
77
- mlflow==2.16.1
88
- lz4==4.3.2
99
- numpy>=2.0.0,<2.3.0
10-
- pandas==2.2.1
10+
- pandas==2.2.3
1111
- psutil==5.9.8
1212
- scikit-learn==1.6.1
13-
- scipy==1.11.3
13+
- scipy==1.13.0
1414
- 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
33
numpy>=2.0.0,<2.3.0
4-
pandas==2.0.3
4+
pandas==2.2.3
55
psutil==5.9.8
66
scikit-learn==1.6.1
7-
scipy==1.11.3
7+
scipy==1.13.0
88
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.11.3
1+
scipy==1.13.0

tests/unit/sagemaker/jumpstart/constants.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5361,7 +5361,7 @@
53615361
"safetensors==0.3.1",
53625362
"sagemaker_jumpstart_huggingface_script_utilities==1.1.3",
53635363
"sagemaker_jumpstart_script_utilities==1.1.9",
5364-
"scipy==1.11.1",
5364+
"scipy==1.13.0",
53655365
"termcolor==2.3.0",
53665366
"texttable==1.6.7",
53675367
"tokenize-rt==5.1.0",
@@ -7870,7 +7870,7 @@
78707870
"safetensors==0.3.1",
78717871
"sagemaker_jumpstart_huggingface_script_utilities==1.1.3",
78727872
"sagemaker_jumpstart_script_utilities==1.1.9",
7873-
"scipy==1.11.1",
7873+
"scipy==1.13.0",
78747874
"termcolor==2.3.0",
78757875
"texttable==1.6.7",
78767876
"tokenize-rt==5.1.0",
@@ -8346,7 +8346,7 @@
83468346
"safetensors==0.3.1",
83478347
"sagemaker_jumpstart_huggingface_script_utilities==1.1.3",
83488348
"sagemaker_jumpstart_script_utilities==1.1.9",
8349-
"scipy==1.11.1",
8349+
"scipy==1.13.0",
83508350
"termcolor==2.3.0",
83518351
"texttable==1.6.7",
83528352
"tokenize-rt==5.1.0",
@@ -12095,7 +12095,7 @@
1209512095
"inference_vulnerabilities": [],
1209612096
"training_vulnerable": False,
1209712097
"training_dependencies": [
12098-
"numpy==1.23.1",
12098+
"numpy>=2.0.0",
1209912099
"opencv_python==4.7.0.68",
1210012100
"sagemaker_jumpstart_prepack_script_utilities==1.0.0",
1210112101
],
@@ -14360,10 +14360,10 @@
1436014360
"jmespath==1.0.1",
1436114361
"jsonschema==4.17.3",
1436214362
"multiprocess==0.70.14",
14363-
"numpy==1.26.4",
14363+
"numpy>=2.0.0",
1436414364
"oscrypto==1.3.0",
1436514365
"packaging==23.1",
14366-
"pandas==2.0.2",
14366+
"pandas==2.2.3",
1436714367
"pathos==0.3.0",
1436814368
"pkgutil-resolve-name==1.3.10",
1436914369
"platformdirs==3.8.0",
@@ -14884,10 +14884,10 @@
1488414884
"jmespath==1.0.1",
1488514885
"jsonschema==4.17.3",
1488614886
"multiprocess==0.70.14",
14887-
"numpy==1.24.3",
14887+
"numpy>=2.0.0",
1488814888
"oscrypto==1.3.0",
1488914889
"packaging==23.1",
14890-
"pandas==2.0.2",
14890+
"pandas==2.2.3",
1489114891
"pathos==0.3.0",
1489214892
"pkgutil-resolve-name==1.3.10",
1489314893
"platformdirs==3.8.0",
@@ -17400,7 +17400,7 @@
1740017400
"safetensors==0.3.1",
1740117401
"sagemaker_jumpstart_huggingface_script_utilities==1.1.4",
1740217402
"sagemaker_jumpstart_script_utilities==1.1.9",
17403-
"scipy==1.11.1",
17403+
"scipy==1.13.0",
1740417404
"termcolor==2.3.0",
1740517405
"texttable==1.6.7",
1740617406
"tokenize-rt==5.1.0",

0 commit comments

Comments
 (0)