Skip to content

Commit 1e9334d

Browse files
authored
Merge branch 'master' into chore/remove-support-for-ecr-spec-fallback-for-jumpstart-models
2 parents 13816ee + 048d1f1 commit 1e9334d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ classifiers = [
3333
dependencies = [
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",
4040
"importlib-metadata>=1.4.0,<7.0",
4141
"jsonschema",
42-
"numpy>=1.9.0,<3.0",
42+
"numpy>=1.9.0,<2.0",
4343
"omegaconf>=2.2,<2.3",
4444
"packaging>=20.0",
4545
"pandas",

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Jinja2==3.1.4
2424
pyvis==0.2.1
2525
pandas==1.4.4
2626
scikit-learn==1.3.0
27-
cloudpickle>=2.2.1
27+
cloudpickle==2.2.1
2828
jsonpickle<4.0.0
2929
PyYAML==6.0
3030
# TODO find workaround

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/sagemaker/serve/utils/in_process_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cachetools>=5.3.0
77
certifi==2024.7.4
88
charset-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)