python3Packages.tensorboard: 2.11.0 -> 2.14.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:13 +02:00
parent f8e4539743
commit 7e95ecd1f9

View file

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "tensorboard";
version = "2.11.0";
version = "2.14.0";
format = "wheel";
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-oOWS7oeWLhevPw3Of6rj+70jkDAVnp5iXM6BC341xT0=";
hash = "sha256-Nmf5dF2ZKAg2rWcwIjYshA9g7Y/v1aPjC/Bx9aj9ABc=";
};
nativeBuildInputs = [