python3Packages.tensorboard-data-server: 0.6.1 -> 0.7.1

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

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "tensorboard-data-server";
version = "0.6.1";
version = "0.7.1";
format = "wheel";
disabled = pythonOlder "3.6";
@ -11,7 +11,7 @@ buildPythonPackage rec {
inherit version format;
dist = "py3";
python = "py3";
hash = "sha256-gJ/piHaC01wffR9U8PQPmLsfdxsUJltFPKBR4s5Y/Kc=";
hash = "sha256-mTi9OfUEF5ezOSEGb7oOqwOg3RDRiHoF5irliEGtTD8=";
};
pythonImportsCheck = [ "tensorboard_data_server" ];