diff --git a/pyproject.toml b/pyproject.toml index a47fba0..65bbf84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Typing :: Typed", ] -dependencies = ["usaddress>0.5.10", "regex>2024.4.16"] +dependencies = ["usaddress>=0.5.10", "regex>=2024.4.16"] [project.urls] Documentation = "https://whubsch.github.io/atlus/index.html"