Merge pull request #242660 from bcdarwin/tensorboard-python-3.11

python311Packages.tensorboard: enable
This commit is contained in:
Mario Rodas
2023-07-16 11:29:22 -05:00
committed by GitHub
@@ -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;