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.
tool-patch
Alex Strick van Linschoten 1 year ago committed by GitHub
parent 606605925d
commit d6bbf395af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save