forked from Archives/langchain
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.
This commit is contained in:
parent
606605925d
commit
d6bbf395af
@ -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…
Reference in New Issue
Block a user