From d24600b76c41ed70532c7ca6605bdcfcbc3ff4bc Mon Sep 17 00:00:00 2001 From: Hugo Sousa Date: Fri, 13 Dec 2024 21:23:20 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }]