From 2276552c1f12579859314775779eb566b1b04047 Mon Sep 17 00:00:00 2001 From: Linlang Date: Mon, 8 Sep 2025 14:58:20 +0800 Subject: [PATCH] fix: trying to fix the error in github action by limiting the version of gymnasium --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d43a9a98..01ee709f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pymongo", "loguru", "lightgbm", - "gymnasium", + "gymnasium<=0.26.2", "cvxpy", "joblib", "matplotlib",