From 6ae5d423c790243e79e978b5b8907e030db11dbc Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 8 Aug 2024 20:57:03 -0400 Subject: [PATCH] Fixing dependency problem --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"