mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.gradio: add matplotlib
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
|
||||
|
||||
Reference in New Issue
Block a user