From 0093d84a3d3e81a36ebdb008f9d7844bb8baf915 Mon Sep 17 00:00:00 2001 From: PyDeps <109138844+PyDeps@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:55:01 +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 cf7e9f48..1878ebe2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ tensorboardX scipy opencv-python einops -PySimpleGUI +PySimpleGUI>=4.34.0,<=4.60.3 matplotlib