Skip to content

Commit

Permalink
fix: Pin cloudpickle==2.2.1 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheckey authored Nov 18, 2024
1 parent 90ca196 commit a7348c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"backoff",
"boltons",
"boto3>=1.28.53",
"cloudpickle>=3",
# SageMaker pinned cloudpickle==2.2.1
# see https://github.com/aws/sagemaker-python-sdk/issues/4871
"cloudpickle==2.2.1",
"nest-asyncio",
"networkx",
"numpy",
Expand Down

0 comments on commit a7348c6

Please sign in to comment.