Skip to content

Commit 5d26314

Browse files
author
Roja Reddy Sareddy
committed
Fix incompatible_dependecies test
1 parent 82c687f commit 5d26314

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requests==2.32.2
2323
sagemaker-experiments==0.1.35
2424
Jinja2==3.1.6
2525
pyvis==0.2.1
26-
pandas==2.2.3
26+
pandas>=2.3.0
2727
scikit-learn==1.6.1
2828
cloudpickle==2.2.1
2929
jsonpickle<4.0.0

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies:
6464
- multiprocess>=0.70.14
6565
- networkx>=3.1
6666
- packaging>=23.1
67-
- pandas==2.2.3
67+
- pandas>=2.3.0
6868
- pathos>=0.3.0
6969
- pillow>=9.5.0
7070
- platformdirs>=3.2.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.3
17+
- pandas>=2.3.0
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.3
11+
pandas>=2.3.0
1212
pyyaml==6.0.1
1313
requests==2.32.4
1414
torch>=2.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- mlflow>=2.16.1
88
- lz4==4.3.2
99
- numpy>=1.26.4
10-
- pandas==2.2.3
10+
- pandas>=2.3.0
1111
- psutil==5.9.8
1212
- scikit-learn==1.6.1
1313
- scipy==1.13.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mlflow==3.1.0
22
lz4==4.3.2
33
numpy>=1.26.4
4-
pandas==2.2.3
4+
pandas>=2.3.0
55
psutil==5.9.8
66
scikit-learn==1.6.1
77
scipy==1.13.0

tests/unit/sagemaker/jumpstart/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14363,7 +14363,7 @@
1436314363
"numpy>=2.0.0",
1436414364
"oscrypto==1.3.0",
1436514365
"packaging==23.1",
14366-
"pandas==2.2.3",
14366+
"pandas>=2.3.0",
1436714367
"pathos==0.3.0",
1436814368
"pkgutil-resolve-name==1.3.10",
1436914369
"platformdirs==3.8.0",
@@ -14887,7 +14887,7 @@
1488714887
"numpy>=2.0.0",
1488814888
"oscrypto==1.3.0",
1488914889
"packaging==23.1",
14890-
"pandas==2.2.3",
14890+
"pandas>=2.3.0",
1489114891
"pathos==0.3.0",
1489214892
"pkgutil-resolve-name==1.3.10",
1489314893
"platformdirs==3.8.0",

0 commit comments

Comments
 (0)