diff --git a/pyproject.toml b/pyproject.toml index e641227..a67d71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ no_implicit_reexport = true [project] name = "upset-alttxt" -version = "0.4.6" +version = "0.4.7" description = "Generates alt text for UpSet plots" readme = "README.md" requires-python = ">=3.8" -dependencies = ["numpy>=1.20,<2.0.0", "scipy>=1.14.1", "pydantic>=2.9.1"] +dependencies = ["numpy>=1.20,<2.0.0", "scipy>=1.0.0", "pydantic>=2.9.1"]