Skip to content

Commit

Permalink
Fixing dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Aug 9, 2024
1 parent 227cf3b commit 6ae5d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ae5d42

Please sign in to comment.