mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-27 05:20:34 +00:00
fix(infra): add pypdf to vercel overrides (#32242)
> × No solution found when resolving dependencies: ╰─▶ Because only langchain-neo4j==0.5.0 is available and langchain-neo4j==0.5.0 depends on neo4j-graphrag>=1.9.0, we can conclude that all versions of langchain-neo4j depend on neo4j-graphrag>=1.9.0. And because only neo4j-graphrag<=1.9.0 is available and neo4j-graphrag==1.9.0 depends on pypdf>=5.1.0,<6.0.0, we can conclude that all versions of langchain-neo4j depend on pypdf>=5.1.0,<6.0.0. And because langchain-upstage==0.6.0 depends on pypdf>=4.2.0,<5.0.0 and only langchain-upstage==0.6.0 is available, we can conclude that all versions of langchain-neo4j and all versions of langchain-upstage are incompatible. And because you require langchain-neo4j and langchain-upstage, we can conclude that your requirements are unsatisfiable. --------- Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
parent
df20f111a8
commit
f6236d9f12
@ -4,6 +4,7 @@ aiohttp<3.11
|
||||
protobuf<3.21
|
||||
tenacity
|
||||
urllib3
|
||||
pypdf
|
||||
# Fix numpy conflicts between langchain-astradb and langchain-chroma
|
||||
numpy>=1.26.0,<2.0.0
|
||||
# Fix simsimd build error in langchain-weaviate
|
||||
|
Loading…
Reference in New Issue
Block a user