File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/sagemaker/serve/utils
data/serve_resources/mlflow Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requests==2.32.2
2323sagemaker-experiments==0.1.35
2424Jinja2==3.1.6
2525pyvis==0.2.1
26- pandas==2.2.3
26+ pandas>=2.3.0
2727scikit-learn==1.6.1
2828cloudpickle==2.2.1
2929jsonpickle<4.0.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gmpy2==2.1.2
88numpy >= 2.0.0 ,< 2.3.0
99opt-einsum == 3.3.0
1010packaging >= 23.0 ,< 25
11- pandas == 2.2.3
11+ pandas >= 2.3.0
1212pyyaml == 6.0.1
1313requests == 2.32.4
1414torch >= 2.6.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11mlflow == 3.1.0
22lz4 == 4.3.2
33numpy >= 1.26.4
4- pandas == 2.2.3
4+ pandas >= 2.3.0
55psutil == 5.9.8
66scikit-learn == 1.6.1
77scipy == 1.13.0
Original file line number Diff line number Diff line change 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",
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",
You can’t perform that action at this time.
0 commit comments