diff --git a/pyproject.toml b/pyproject.toml index 7c3a8a0..d962475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,14 +18,14 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" pandas = { version = ">=1.5, <2.1"} -tqdm = { version = ">=4.48.0, <4.65.0"} +tqdm = { version = ">=4.48.0, <5.0.0"} numpy = { version = ">=1.23.0, <1.25.0"} matplotlib = { version = ">=3.6.0, <3.7.0"} seaborn = { version = ">=0.12.0, <0.13.0"} scikit-learn = { version = ">=1.1.0, <1.2.0"} pyarrow = { version = ">=10.0.1, <12.0.1"} pandarallel = { version = ">=1.6.4"} -scipy = {version = ">=1.9.4, <1.11.1", python =">=3.9,<3.12" } +scipy = {version = ">=1.9.4, <2.0.0", python =">=3.9,<3.12" } [tool.poetry.dev-dependencies]