File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/sagemaker/serve/utils
tests/data/serve_resources/mlflow Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ classifiers = [
3333dependencies = [
3434 " attrs>=23.1.0,<24" ,
3535 " boto3>=1.35.75,<2.0" ,
36- " cloudpickle> =2.2.1" ,
36+ " cloudpickle= =2.2.1" ,
3737 " docker" ,
3838 " fastapi" ,
3939 " google-pasta" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Jinja2==3.1.4
2424pyvis==0.2.1
2525pandas==1.4.4
2626scikit-learn==1.3.0
27- cloudpickle> =2.2.1
27+ cloudpickle= =2.2.1
2828jsonpickle<4.0.0
2929PyYAML==6.0
3030# TODO find workaround
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
3939 - certifi==2022.12.7
4040 - charset-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
88charset-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
Original file line number Diff line number Diff line change 11mlflow == 2.13.2
22astunparse == 1.6.3
33cffi == 1.16.0
4- cloudpickle > =2.2.1
4+ cloudpickle = =2.2.1
55defusedxml == 0.7.1
66dill == 0.3.8
77gmpy2 == 2.1.2
Original file line number Diff line number Diff line change 11mlflow == 2.13.2
2- cloudpickle > =2.2.1
2+ cloudpickle = =2.2.1
33numpy == 1.26.4
44tensorflow == 2.16.1
You can’t perform that action at this time.
0 commit comments