Skip to content

Commit

Permalink
python312Packages.tensorflow: disable
Browse files Browse the repository at this point in the history
Build requires distutils.
  • Loading branch information
mweinelt committed May 6, 2024
1 parent d0b4bc8 commit e726d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tensorflow/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, bazel_5, buildBazelPackage, lib, fetchFromGitHub, symlinkJoin
, addOpenGLRunpath, fetchpatch, fetchzip, linkFarm
# Python deps
, buildPythonPackage, pythonOlder, python
, buildPythonPackage, pythonAtLeast, pythonOlder, python
# Python libraries
, numpy, tensorboard, abseil-cpp, absl-py
, packaging, setuptools, wheel, keras-preprocessing, google-pasta
Expand Down Expand Up @@ -500,7 +500,7 @@ let

in buildPythonPackage {
inherit version pname;
disabled = pythonOlder "3.8";
disabled = pythonAtLeast "3.12";

src = bazel-build.python;

Expand Down

0 comments on commit e726d86

Please sign in to comment.