python3Packages.gradio: add matplotlib, python3Packages.smolagents: 1.25.0 -> 1.26.0 (#527968)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
huggingface-hub,
|
||||
jinja2,
|
||||
markupsafe,
|
||||
matplotlib,
|
||||
numpy,
|
||||
orjson,
|
||||
packaging,
|
||||
@@ -125,6 +126,7 @@ buildPythonPackage (finalAttrs: {
|
||||
"aiofiles"
|
||||
"tomlkit"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiofiles
|
||||
anyio
|
||||
@@ -137,6 +139,7 @@ buildPythonPackage (finalAttrs: {
|
||||
huggingface-hub
|
||||
jinja2
|
||||
markupsafe
|
||||
matplotlib
|
||||
numpy
|
||||
orjson
|
||||
packaging
|
||||
|
||||
@@ -54,14 +54,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "smolagents";
|
||||
version = "1.25.0";
|
||||
version = "1.26.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "smolagents";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ywjhPqK9Qc0eDN4LvY70o0EhB3FeRwJ5taGURtXUvlY=";
|
||||
hash = "sha256-FYxPz5vmISSgWDVBaRmnEygP60IkUHUtojMSXluEiJg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user