mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
python3Packages.langchain-deepseek: 0.1.4 -> 1.0.0
This commit is contained in:
parent
9d94f32df3
commit
61f941eee7
|
|
@ -4,7 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
|
||||
# build-system
|
||||
pdm-backend,
|
||||
hatchling,
|
||||
|
||||
# dependencies
|
||||
langchain-core,
|
||||
|
|
@ -22,20 +22,20 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain-deepseek";
|
||||
version = "0.1.4";
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain";
|
||||
tag = "langchain-deepseek==${version}";
|
||||
hash = "sha256-lIlThVpyZF5osiCyYMO8kQUNtG5eUjXGZLdgRraj4Yc=";
|
||||
hash = "sha256-sOJxtiYL/hgDEeWkCvHP3mfI4tmrBuQp1BYN5WX+npo=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/partners/deepseek";
|
||||
|
||||
build-system = [
|
||||
pdm-backend
|
||||
hatchling
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue