Skip to content

Commit 3e8ae3e

Browse files
committed
update cloudpickle version to >=2.2.1
1 parent 1c0699d commit 3e8ae3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Jinja2==3.1.4
2424
pyvis==0.2.1
2525
pandas>=1.3.5,<1.5
2626
scikit-learn==1.3.0
27-
cloudpickle==2.2.1
27+
cloudpickle>=2.2.1
2828
PyYAML==6.0
2929
# TODO find workaround
3030
xgboost>=1.6.2,<=1.7.6

src/sagemaker/serve/utils/conda_in_process.yml

+1-1
Original file line numberDiff line numberDiff 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

src/sagemaker/serve/utils/in_process_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cachetools>=5.3.0
77
certifi==2024.7.4
88
harset-normalizer>=3.1.0
99
click>=8.1.3
10-
cloudpickle>=2.2.1
10+
cloudpickle==2.2.1
1111
colorama>=0.4.4
1212
contextlib2>=21.6.0
1313
decorator>=5.1.1

0 commit comments

Comments
 (0)