diff --git a/pyproject.toml b/pyproject.toml index f4b8012..846a7f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "nltk", "xmltodict", "networkx>=2.8.1", - "cached-path==1.1.2", + "cached-path>=1.1.2", ] requires-python = ">=3.8" authors = [{ name = "Hugo Sousa", email = "hugo.o.sousa@inesctec.pt" }]