Merge pull request #242660 from bcdarwin/tensorboard-python-3.11
python311Packages.tensorboard: enable
This commit is contained in:
commit
406aa7bd80
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue