From fc098c95c41660631994b721c2f9a393eaf1a0c3 Mon Sep 17 00:00:00 2001 From: liujiaor Date: Wed, 16 Oct 2024 16:21:42 -0700 Subject: [PATCH] Revert "update cloudpickle version to >=2.2.1 in pyproject.toml (#4899)" This reverts commit 8709d9eaea436817404487a06923922f64a09074. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc590418e7..80dec58b99 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",