From 5f36efdad1a88305f323a84cb58a28befeed105c Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Mon, 23 Oct 2023 15:36:03 +0800 Subject: [PATCH] Add a lower bound for minio (#1743) See also: #1734 Signed-off-by: yangxuan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50340309c..eb49ec71a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies=[ "pandas>=1.2.4", "numpy<1.25.0;python_version<='3.8'", "requests", - "minio", + "minio>=7.0.0", ] classifiers=[