From 4428413610a1f4b37b61719ef1c845ab9c685a51 Mon Sep 17 00:00:00 2001 From: PyDeps <109138844+PyDeps@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:45:54 +0800 Subject: [PATCH] Fix Python dependency API risk issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45f053d0..078ce6c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ scikit-learn>=0.18 scipy>=0.18.0 seaborn>=0.7.1 autograd>=1.1.7 -gym +gym>=0.6.0,<=0.22.0