python311Packages.tensorboard: enable

This commit is contained in:
Ben Darwin 2023-06-29 15:46:12 -04:00
parent 875d1541af
commit 6779212701

View File

@ -2,7 +2,6 @@
, fetchPypi
, buildPythonPackage
, pythonOlder
, pythonAtLeast
, pythonRelaxDepsHook
, numpy
, wheel
@ -26,7 +25,7 @@ buildPythonPackage rec {
pname = "tensorboard";
version = "2.11.0";
format = "wheel";
disabled = pythonOlder "3.6" || pythonAtLeast "3.11";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version format;