From d6bbf395af194c216e665ba4b1a2921c6f870926 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Fri, 17 Mar 2023 01:05:36 +0100 Subject: [PATCH] Loosen PyYAML dependency (#1698) Hitting some dependency issues relating to this strict pinning. Unsure of the knock-on effects, but wanted to propose this loosening down a couple of versions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ffbaa00..f78b4138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = ">=3.8.1,<4.0" pydantic = "^1" SQLAlchemy = "^1" requests = "^2" -PyYAML = "^6" +PyYAML = ">=5.4.1" numpy = "^1" faiss-cpu = {version = "^1", optional = true} wikipedia = {version = "^1", optional = true}