diff --git a/pyproject.toml b/pyproject.toml index d9eb236..82f055b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,10 @@ classifiers = [ python = "^3.8" click = "^8.1.6" joblib = "^1.3.1" -matplotlib = ">=3.7.2" -numpy = ">=1.20" -pandas = "^2.0.3" -scipy = ">=0.18" +matplotlib = "^3.7.2" +numpy = "^1.20.0" +pandas = ">= 0.23.4, <3.0.0" +scipy = ">=0.18.0, <2.0.0" tqdm = "^4.65.1" loguru = "^0.7.2" rich-click = "^1.7.2"