mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.langchain-aws: relax boto dependency
This commit is contained in:
parent
36692efbc7
commit
171dec98d8
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
|||
numpy
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
# Boto @ 1.35 has outstripped the version requirement
|
||||
"boto3"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
langchain-standard-tests
|
||||
pytest-asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue