File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/sagemaker/serve/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Jinja2==3.1.4
2424pyvis==0.2.1
2525pandas>=1.3.5,<1.5
2626scikit-learn==1.3.0
27- cloudpickle= =2.2.1
27+ cloudpickle> =2.2.1
2828PyYAML==6.0
2929# TODO find workaround
3030xgboost>=1.6.2,<=1.7.6
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
3939 - certifi==2022.12.7
4040 - harset-normalizer>=3.1.0
4141 - click>=8.1.3
42- - cloudpickle> =2.2.1
42+ - cloudpickle= =2.2.1
4343 - colorama>=0.4.4
4444 - contextlib2>=21.6.0
4545 - decorator>=5.1.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cachetools>=5.3.0
77certifi==2024.7.4
88harset-normalizer>=3.1.0
99click>=8.1.3
10- cloudpickle> =2.2.1
10+ cloudpickle= =2.2.1
1111colorama>=0.4.4
1212contextlib2>=21.6.0
1313decorator>=5.1.1
You can’t perform that action at this time.
0 commit comments