From 42c2b1a477e6d4ac551b1f316cf1e58dca1077b9 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Wed, 15 May 2024 18:14:36 +0800 Subject: [PATCH] test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcb3f9b..b2b8c02 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f: requirements = [ req.strip() for req in f.readlines() - if not req.startswith("#") and req.__contains__("==") + if not req.startswith("#") and req.__contains__("~=") ] setuptools.setup( -- GitLab