From a589b849f67f8dbf0ce06afade2a95e6f5d9222a Mon Sep 17 00:00:00 2001 From: Tommy in Tongji <36354458+TommyZihao@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:57:10 +0800 Subject: [PATCH] Update setup.py fix the fsspec bug in 2025.3.1 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c1ad6fa58..88c00ed43 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ # RL "gym==0.23.1", "torch", + "fsspec==2025.3.0", "omegaconf", "termcolor", "jinja2",