From b89eb90ea3adad56a3d4623e261190955c9f36f7 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sat, 30 Dec 2023 08:43:26 +0800 Subject: [PATCH] [ENH] add dependencies --- pyproject.toml | 12 ++++++------ requirements.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c41b5f0..478d82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,12 +25,12 @@ classifiers = [ "Programming Language :: Python :: 3.9", ] dependencies = [ - "numpy", - "pyswip==0.2.9", - "torch", - "torchvision", - "zoopt", - "termcolor" + "numpy>=1.21.6", + "pyswip>=0.2.9", + "torch>=1.11.0", + "torchvision>=0.12.0", + "zoopt>=0.3.0", + "termcolor>=2.3.0" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 66e1a5b..ece1d56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -numpy -pyswip==0.2.9 -torch -torchvision -zoopt -termcolor \ No newline at end of file +numpy>=1.21.6, +pyswip>=0.2.9, +torch>=1.11.0, +torchvision>=0.12.0, +zoopt>=0.3.0, +termcolor>=2.3.0 \ No newline at end of file