From e4a10f56af41e9ec146df35a109267d8bcd54cec Mon Sep 17 00:00:00 2001 From: liujiaor Date: Wed, 16 Oct 2024 11:12:27 -0700 Subject: [PATCH] update cloudpickle version to >=2.2.1 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80dec58b99..fc590418e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "attrs>=23.1.0,<24", "boto3>=1.34.142,<2.0", - "cloudpickle==2.2.1", + "cloudpickle>=2.2.1", "docker", "google-pasta", "importlib-metadata>=1.4.0,<7.0",