From 5aa73ded9c85a468383a7b06d84d1a95b4a50390 Mon Sep 17 00:00:00 2001 From: huberrob Date: Wed, 30 Aug 2023 14:28:11 +0200 Subject: [PATCH] dependency fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 828162f6..41b1f7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pandas~=1.3.5", "pyRdfa3~=3.5.3", "pyld~=2.0.3", - "pyyaml!=6.0.0,!=5.4.0,!=5.4.1" + "pyyaml!=6.0.0,!=5.4.0,!=5.4.1", "rapidfuzz~=3.1.2", "rdflib~=6.1.1", "requests~=2.24.0",